Shades of Royal Blue #336FFA
Tints of Royal Blue #336FFA
RGB
CMYK
RGB Variations
Color information
#336FFA (or 0x336FFA) is known color: Royal Blue. HEX triplet: 33, 6F and FA. RGB value is (51,111,250). Sum of RGB (Red+Green+Blue) = 51+111+250=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #336FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336FFA is #CC9005. Grayscale: #6C6C6C. Windows color (decimal): -13406214 or 16412467. OLE color: 16412467.
HSL color Cylindrical-coordinate representation of color #336FFA: hue angle of 221.91º degrees, saturation: 0.95, 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 #336FFA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 111 | 250 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.02 |
| HSL | 221.91º | 0.95% | 0.59% | - |
| HSV(B) | 221.91º | 0.8% | 0.98% | - |
| XYZ | 24.31 | 18.97 | 92.82 | - |
| YUV | 108.91 | 207.62 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 250 | 0.80 | 0.56 | 0 | 0.02 | 221.91 | 0.95 | 0.59 |
| Hex | 33 | 6F | FA | 50 | 38 | 0 | 2 | DE | 5F | 3B |
| Octal | 63 | 157 | 372 | 120 | 70 | 0 | 2 | 336 | 137 | 73 |
| Binary | 110011 | 1101111 | 11111010 | 1010000 | 111000 | 0 | 10 | 11011110 | 1011111 | 111011 |
Color Harmonies of #336FFA
Complementary color
Monochromatic Colors of #336FFA
Black with #336FFA
Text Example
Text Example
White with #336FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FFA; }
p { color: rgb(51,111,250); }
H1.HeaderClassName
{
color: #336FFA;
}
.AnyTagClassName
{
color: #336FFA;
}
</style>
background-color css
<style>
a { background-color: #336FFA; }
a { background-color: rgb(51,111,250); }
div.DivClassName
{
background-color: #336FFA;
}
.BgClassName
{
background-color: #336FFA;
}
</style>
border-color css
<style>
span { border-color: #336FFA; }
span { border-color: rgb(51,111,250); }
td.TdClassName
{
border-color: #336FFA;
}
.TagClassName
{
border-color: #336FFA;
}
</style>