HEX: #337AF6
RGB: (51,122,246)
Il colore #337AF6 contiene principalmente il blu. Per il #337AF6 il colore web safe è #3366FF (#36F).
Il colore 337AF6 in RGB è definito come 51,122,246
RGB: (51,122,246) (20%,48%,96%)
R 51 da 255 = 20%
G 122 da 255 = 48%
B 246 da 255 = 96%
R + G + B ~ 55%. #337AF6 colore medio (né scuro né chiaro).
R + G + B =
51 + 122 + 246 = 419 (100%)
R 51 da 419 ~ 12.17%
G 122 da 419 ~ 29.12%
B 246 da 419 ~ 58.71%
Il colore #337AF6 in CMYK è definito come 79,50,0,4.
CMYK: (79,50,0,4) C79M50Y0K4 (79%,50%,0%,4%) (0.79/0.50/0.00/0.04)
33 | 7A | F6 | |
---|---|---|---|
RGB | 51 | 122 | 246 |
HSL | 218° | 91.55% | 58.24% |
HSB/HSV | 218° | 79.27% | 96.47% |
CMYK | 79.27% | 50.41% | 0.00% |
3.53% |
Esadicemale | 33 | 7A | F6 |
Decimale | 51 | 122 | 246 |
Binario | 110011 | 1111010 | 11110110 |
Ottale | 63 | 172 | 366 |
Esempi dei codici css e html per gli elementi di colore #337AF6. Utilizzate rgb(51,122,246) anche al posto del codice hex.
.myTextColor { color: #337AF6; }
<p style="color:#337AF6">This sample text font color is #337AF6.</p>
Il colore di questo testo è #337AF6.
.myBgColor { background-color: #337AF6; }
<div style="background-color:#337AF6">Inner text</div>
Questo div ha lo sfondo di colore #337AF6.
.myBorderColor { border: 1px solid #337AF6; }
<div style="border:3px solid #337AF6">Div</div>
Questo div ha i bordi di colore 337AF6.
.myOpacity80 { color: #337AF6; opacity: 0.8; }
<p style="color:#337AF6;opacity:0.8;">80%</p>
Il testo di color #337AF6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #337AF6;}
<p style="text-shadow: 3px 3px 1px #337AF6">Text here.</p>
Questo testo ha l'ombra di colore #337AF6.
.textShadow {text-shadow: 3px 3px 1px #337AF6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #337AF6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #337AF6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#337AF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#337AF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #337AF6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #337AF6; -webkit-box-shadow: 1px 1px 3px 2px #337AF6; box-shadow: 1px 1px 3px 2px #337AF6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #337AF6; -webkit-box-shadow: 1px 1px 3px 2px #337AF6; box-shadow:1px 1px 3px 2px #337AF6;">
Div content here</div>
Questo e il testo di colore #337AF6 sullo sfondo nero.
Questo e il testo di colore #337AF6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #337AF6.
Questo è un testo bianco sullo sfondo del colore #337AF6.