Shades of Royal Blue #335EE0
Tints of Royal Blue #335EE0
RGB
CMYK
RGB Variations
Color information
#335EE0 (or 0x335EE0) is known color: Royal Blue. HEX triplet: 33, 5E and E0. RGB value is (51,94,224). Sum of RGB (Red+Green+Blue) = 51+94+224=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #335EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EE0 is #CCA11F. Grayscale: #5F5F5F. Windows color (decimal): -13410592 or 14704179. OLE color: 14704179.
HSL color Cylindrical-coordinate representation of color #335EE0: hue angle of 225.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335EE0 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 94 | 224 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.12 |
| HSL | 225.09º | 0.74% | 0.54% | - |
| HSV(B) | 225.09º | 0.77% | 0.88% | - |
| XYZ | 18.82 | 14.09 | 72.25 | - |
| YUV | 95.96 | 200.25 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 224 | 0.77 | 0.58 | 0 | 0.12 | 225.09 | 0.74 | 0.54 |
| Hex | 33 | 5E | E0 | 4D | 3A | 0 | C | E1 | 4A | 36 |
| Octal | 63 | 136 | 340 | 115 | 72 | 0 | 14 | 341 | 112 | 66 |
| Binary | 110011 | 1011110 | 11100000 | 1001101 | 111010 | 0 | 1100 | 11100001 | 1001010 | 110110 |
Color Harmonies of #335EE0
Complementary color
Monochromatic Colors of #335EE0
Black with #335EE0
Text Example
Text Example
White with #335EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EE0; }
p { color: rgb(51,94,224); }
H1.HeaderClassName
{
color: #335EE0;
}
.AnyTagClassName
{
color: #335EE0;
}
</style>
background-color css
<style>
a { background-color: #335EE0; }
a { background-color: rgb(51,94,224); }
div.DivClassName
{
background-color: #335EE0;
}
.BgClassName
{
background-color: #335EE0;
}
</style>
border-color css
<style>
span { border-color: #335EE0; }
span { border-color: rgb(51,94,224); }
td.TdClassName
{
border-color: #335EE0;
}
.TagClassName
{
border-color: #335EE0;
}
</style>