Shades of Royal Blue #335EFC
Tints of Royal Blue #335EFC
RGB
CMYK
RGB Variations
Color information
#335EFC (or 0x335EFC) is known color: Royal Blue. HEX triplet: 33, 5E and FC. RGB value is (51,94,252). Sum of RGB (Red+Green+Blue) = 51+94+252=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #335EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EFC is #CCA103. Grayscale: #626262. Windows color (decimal): -13410564 or 16539187. OLE color: 16539187.
HSL color Cylindrical-coordinate representation of color #335EFC: hue angle of 227.16º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335EFC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 94 | 252 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.01 |
| HSL | 227.16º | 0.97% | 0.59% | - |
| HSV(B) | 227.16º | 0.8% | 0.99% | - |
| XYZ | 22.94 | 15.74 | 93.92 | - |
| YUV | 99.16 | 214.25 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 252 | 0.80 | 0.63 | 0 | 0.01 | 227.16 | 0.97 | 0.59 |
| Hex | 33 | 5E | FC | 50 | 3F | 0 | 1 | E3 | 61 | 3B |
| Octal | 63 | 136 | 374 | 120 | 77 | 0 | 1 | 343 | 141 | 73 |
| Binary | 110011 | 1011110 | 11111100 | 1010000 | 111111 | 0 | 1 | 11100011 | 1100001 | 111011 |
Color Harmonies of #335EFC
Complementary color
Monochromatic Colors of #335EFC
Black with #335EFC
Text Example
Text Example
White with #335EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EFC; }
p { color: rgb(51,94,252); }
H1.HeaderClassName
{
color: #335EFC;
}
.AnyTagClassName
{
color: #335EFC;
}
</style>
background-color css
<style>
a { background-color: #335EFC; }
a { background-color: rgb(51,94,252); }
div.DivClassName
{
background-color: #335EFC;
}
.BgClassName
{
background-color: #335EFC;
}
</style>
border-color css
<style>
span { border-color: #335EFC; }
span { border-color: rgb(51,94,252); }
td.TdClassName
{
border-color: #335EFC;
}
.TagClassName
{
border-color: #335EFC;
}
</style>