Shades of Royal Blue #336CFB
Tints of Royal Blue #336CFB
RGB
CMYK
RGB Variations
Color information
#336CFB (or 0x336CFB) is known color: Royal Blue. HEX triplet: 33, 6C and FB. RGB value is (51,108,251). Sum of RGB (Red+Green+Blue) = 51+108+251=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #336CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336CFB is #CC9304. Grayscale: #6A6A6A. Windows color (decimal): -13406981 or 16477235. OLE color: 16477235.
HSL color Cylindrical-coordinate representation of color #336CFB: hue angle of 222.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336CFB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 108 | 251 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.02 |
| HSL | 222.9º | 0.96% | 0.59% | - |
| HSV(B) | 222.9º | 0.8% | 0.98% | - |
| XYZ | 24.14 | 18.39 | 93.54 | - |
| YUV | 107.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 251 | 0.80 | 0.57 | 0 | 0.02 | 222.9 | 0.96 | 0.59 |
| Hex | 33 | 6C | FB | 50 | 39 | 0 | 2 | DF | 60 | 3B |
| Octal | 63 | 154 | 373 | 120 | 71 | 0 | 2 | 337 | 140 | 73 |
| Binary | 110011 | 1101100 | 11111011 | 1010000 | 111001 | 0 | 10 | 11011111 | 1100000 | 111011 |
Color Harmonies of #336CFB
Complementary color
Monochromatic Colors of #336CFB
Black with #336CFB
Text Example
Text Example
White with #336CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CFB; }
p { color: rgb(51,108,251); }
H1.HeaderClassName
{
color: #336CFB;
}
.AnyTagClassName
{
color: #336CFB;
}
</style>
background-color css
<style>
a { background-color: #336CFB; }
a { background-color: rgb(51,108,251); }
div.DivClassName
{
background-color: #336CFB;
}
.BgClassName
{
background-color: #336CFB;
}
</style>
border-color css
<style>
span { border-color: #336CFB; }
span { border-color: rgb(51,108,251); }
td.TdClassName
{
border-color: #336CFB;
}
.TagClassName
{
border-color: #336CFB;
}
</style>