Shades of Royal Blue #335FFE
Tints of Royal Blue #335FFE
RGB
CMYK
RGB Variations
Color information
#335FFE (or 0x335FFE) is known color: Royal Blue. HEX triplet: 33, 5F and FE. RGB value is (51,95,254). Sum of RGB (Red+Green+Blue) = 51+95+254=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #335FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FFE is #CCA001. Grayscale: #636363. Windows color (decimal): -13410306 or 16670515. OLE color: 16670515.
HSL color Cylindrical-coordinate representation of color #335FFE: hue angle of 227º 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 #335FFE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 95 | 254 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.00 |
| HSL | 227º | 0.99% | 0.6% | - |
| HSV(B) | 227º | 0.8% | 1% | - |
| XYZ | 23.35 | 16.04 | 95.63 | - |
| YUV | 99.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 254 | 0.80 | 0.63 | 0 | 0.00 | 227 | 0.99 | 0.6 |
| Hex | 33 | 5F | FE | 50 | 3F | 0 | 0 | E3 | 63 | 3C |
| Octal | 63 | 137 | 376 | 120 | 77 | 0 | 0 | 343 | 143 | 74 |
| Binary | 110011 | 1011111 | 11111110 | 1010000 | 111111 | 0 | 0 | 11100011 | 1100011 | 111100 |
Color Harmonies of #335FFE
Complementary color
Monochromatic Colors of #335FFE
Black with #335FFE
Text Example
Text Example
White with #335FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FFE; }
p { color: rgb(51,95,254); }
H1.HeaderClassName
{
color: #335FFE;
}
.AnyTagClassName
{
color: #335FFE;
}
</style>
background-color css
<style>
a { background-color: #335FFE; }
a { background-color: rgb(51,95,254); }
div.DivClassName
{
background-color: #335FFE;
}
.BgClassName
{
background-color: #335FFE;
}
</style>
border-color css
<style>
span { border-color: #335FFE; }
span { border-color: rgb(51,95,254); }
td.TdClassName
{
border-color: #335FFE;
}
.TagClassName
{
border-color: #335FFE;
}
</style>