Shades of Royal Blue #336BEA
Tints of Royal Blue #336BEA
RGB
CMYK
RGB Variations
Color information
#336BEA (or 0x336BEA) is known color: Royal Blue. HEX triplet: 33, 6B and EA. RGB value is (51,107,234). Sum of RGB (Red+Green+Blue) = 51+107+234=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #336BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BEA is #CC9415. Grayscale: #686868. Windows color (decimal): -13407254 or 15362867. OLE color: 15362867.
HSL color Cylindrical-coordinate representation of color #336BEA: hue angle of 221.64º 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 #336BEA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 107 | 234 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.08 |
| HSL | 221.64º | 0.81% | 0.56% | - |
| HSV(B) | 221.64º | 0.78% | 0.92% | - |
| XYZ | 21.47 | 17.16 | 80.02 | - |
| YUV | 104.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 234 | 0.78 | 0.54 | 0 | 0.08 | 221.64 | 0.81 | 0.56 |
| Hex | 33 | 6B | EA | 4E | 36 | 0 | 8 | DE | 51 | 38 |
| Octal | 63 | 153 | 352 | 116 | 66 | 0 | 10 | 336 | 121 | 70 |
| Binary | 110011 | 1101011 | 11101010 | 1001110 | 110110 | 0 | 1000 | 11011110 | 1010001 | 111000 |
Color Harmonies of #336BEA
Complementary color
Monochromatic Colors of #336BEA
Black with #336BEA
Text Example
Text Example
White with #336BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BEA; }
p { color: rgb(51,107,234); }
H1.HeaderClassName
{
color: #336BEA;
}
.AnyTagClassName
{
color: #336BEA;
}
</style>
background-color css
<style>
a { background-color: #336BEA; }
a { background-color: rgb(51,107,234); }
div.DivClassName
{
background-color: #336BEA;
}
.BgClassName
{
background-color: #336BEA;
}
</style>
border-color css
<style>
span { border-color: #336BEA; }
span { border-color: rgb(51,107,234); }
td.TdClassName
{
border-color: #336BEA;
}
.TagClassName
{
border-color: #336BEA;
}
</style>