Shades of Royal Blue #336FFE
Tints of Royal Blue #336FFE
RGB
CMYK
RGB Variations
Color information
#336FFE (or 0x336FFE) is known color: Royal Blue. HEX triplet: 33, 6F and FE. RGB value is (51,111,254). Sum of RGB (Red+Green+Blue) = 51+111+254=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #336FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FFE is #CC9001. Grayscale: #6C6C6C. Windows color (decimal): -13406210 or 16674611. OLE color: 16674611.
HSL color Cylindrical-coordinate representation of color #336FFE: hue angle of 222.27º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336FFE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 111 | 254 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.00 |
| HSL | 222.27º | 0.99% | 0.6% | - |
| HSV(B) | 222.27º | 0.8% | 1% | - |
| XYZ | 24.94 | 19.23 | 96.16 | - |
| YUV | 109.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 254 | 0.80 | 0.56 | 0 | 0.00 | 222.27 | 0.99 | 0.6 |
| Hex | 33 | 6F | FE | 50 | 38 | 0 | 0 | DE | 63 | 3C |
| Octal | 63 | 157 | 376 | 120 | 70 | 0 | 0 | 336 | 143 | 74 |
| Binary | 110011 | 1101111 | 11111110 | 1010000 | 111000 | 0 | 0 | 11011110 | 1100011 | 111100 |
Color Harmonies of #336FFE
Complementary color
Monochromatic Colors of #336FFE
Black with #336FFE
Text Example
Text Example
White with #336FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FFE; }
p { color: rgb(51,111,254); }
H1.HeaderClassName
{
color: #336FFE;
}
.AnyTagClassName
{
color: #336FFE;
}
</style>
background-color css
<style>
a { background-color: #336FFE; }
a { background-color: rgb(51,111,254); }
div.DivClassName
{
background-color: #336FFE;
}
.BgClassName
{
background-color: #336FFE;
}
</style>
border-color css
<style>
span { border-color: #336FFE; }
span { border-color: rgb(51,111,254); }
td.TdClassName
{
border-color: #336FFE;
}
.TagClassName
{
border-color: #336FFE;
}
</style>