Shades of Royal Blue #336FFB
Tints of Royal Blue #336FFB
RGB
CMYK
RGB Variations
Color information
#336FFB (or 0x336FFB) is known color: Royal Blue. HEX triplet: 33, 6F and FB. RGB value is (51,111,251). Sum of RGB (Red+Green+Blue) = 51+111+251=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #336FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FFB is #CC9004. Grayscale: #6C6C6C. Windows color (decimal): -13406213 or 16478003. OLE color: 16478003.
HSL color Cylindrical-coordinate representation of color #336FFB: hue angle of 222º 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 #336FFB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 111 | 251 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.02 |
| HSL | 222º | 0.96% | 0.59% | - |
| HSV(B) | 222º | 0.8% | 0.98% | - |
| XYZ | 24.46 | 19.04 | 93.65 | - |
| YUV | 109.02 | 208.12 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 251 | 0.80 | 0.56 | 0 | 0.02 | 222 | 0.96 | 0.59 |
| Hex | 33 | 6F | FB | 50 | 38 | 0 | 2 | DE | 60 | 3B |
| Octal | 63 | 157 | 373 | 120 | 70 | 0 | 2 | 336 | 140 | 73 |
| Binary | 110011 | 1101111 | 11111011 | 1010000 | 111000 | 0 | 10 | 11011110 | 1100000 | 111011 |
Color Harmonies of #336FFB
Complementary color
Monochromatic Colors of #336FFB
Black with #336FFB
Text Example
Text Example
White with #336FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FFB; }
p { color: rgb(51,111,251); }
H1.HeaderClassName
{
color: #336FFB;
}
.AnyTagClassName
{
color: #336FFB;
}
</style>
background-color css
<style>
a { background-color: #336FFB; }
a { background-color: rgb(51,111,251); }
div.DivClassName
{
background-color: #336FFB;
}
.BgClassName
{
background-color: #336FFB;
}
</style>
border-color css
<style>
span { border-color: #336FFB; }
span { border-color: rgb(51,111,251); }
td.TdClassName
{
border-color: #336FFB;
}
.TagClassName
{
border-color: #336FFB;
}
</style>