Shades of Royal Blue #336FEA
Tints of Royal Blue #336FEA
RGB
CMYK
RGB Variations
Color information
#336FEA (or 0x336FEA) is known color: Royal Blue. HEX triplet: 33, 6F and EA. RGB value is (51,111,234). Sum of RGB (Red+Green+Blue) = 51+111+234=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #336FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FEA is #CC9015. Grayscale: #6A6A6A. Windows color (decimal): -13406230 or 15363891. OLE color: 15363891.
HSL color Cylindrical-coordinate representation of color #336FEA: hue angle of 220.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #336FEA is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 111 | 234 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.08 |
| HSL | 220.33º | 0.81% | 0.56% | - |
| HSV(B) | 220.33º | 0.78% | 0.92% | - |
| XYZ | 21.9 | 18.01 | 80.16 | - |
| YUV | 107.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 234 | 0.78 | 0.53 | 0 | 0.08 | 220.33 | 0.81 | 0.56 |
| Hex | 33 | 6F | EA | 4E | 35 | 0 | 8 | DC | 51 | 38 |
| Octal | 63 | 157 | 352 | 116 | 65 | 0 | 10 | 334 | 121 | 70 |
| Binary | 110011 | 1101111 | 11101010 | 1001110 | 110101 | 0 | 1000 | 11011100 | 1010001 | 111000 |
Color Harmonies of #336FEA
Complementary color
Monochromatic Colors of #336FEA
Black with #336FEA
Text Example
Text Example
White with #336FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FEA; }
p { color: rgb(51,111,234); }
H1.HeaderClassName
{
color: #336FEA;
}
.AnyTagClassName
{
color: #336FEA;
}
</style>
background-color css
<style>
a { background-color: #336FEA; }
a { background-color: rgb(51,111,234); }
div.DivClassName
{
background-color: #336FEA;
}
.BgClassName
{
background-color: #336FEA;
}
</style>
border-color css
<style>
span { border-color: #336FEA; }
span { border-color: rgb(51,111,234); }
td.TdClassName
{
border-color: #336FEA;
}
.TagClassName
{
border-color: #336FEA;
}
</style>