Shades of Royal Blue #335EE2
Tints of Royal Blue #335EE2
RGB
CMYK
RGB Variations
Color information
#335EE2 (or 0x335EE2) is known color: Royal Blue. HEX triplet: 33, 5E and E2. RGB value is (51,94,226). Sum of RGB (Red+Green+Blue) = 51+94+226=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 226 (88.67% from 255 or 60.92% from 371); Max value from RGB is 226 - color contains mainly: blue. Hex color #335EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EE2 is #CCA11D. Grayscale: #5F5F5F. Windows color (decimal): -13410590 or 14835251. OLE color: 14835251.
HSL color Cylindrical-coordinate representation of color #335EE2: hue angle of 225.26º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335EE2 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 94 | 226 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.11 |
| HSL | 225.26º | 0.75% | 0.54% | - |
| HSV(B) | 225.26º | 0.77% | 0.89% | - |
| XYZ | 19.1 | 14.2 | 73.69 | - |
| YUV | 96.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 226 | 0.77 | 0.58 | 0 | 0.11 | 225.26 | 0.75 | 0.54 |
| Hex | 33 | 5E | E2 | 4D | 3A | 0 | B | E1 | 4B | 36 |
| Octal | 63 | 136 | 342 | 115 | 72 | 0 | 13 | 341 | 113 | 66 |
| Binary | 110011 | 1011110 | 11100010 | 1001101 | 111010 | 0 | 1011 | 11100001 | 1001011 | 110110 |
Color Harmonies of #335EE2
Complementary color
Monochromatic Colors of #335EE2
Black with #335EE2
Text Example
Text Example
White with #335EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EE2; }
p { color: rgb(51,94,226); }
H1.HeaderClassName
{
color: #335EE2;
}
.AnyTagClassName
{
color: #335EE2;
}
</style>
background-color css
<style>
a { background-color: #335EE2; }
a { background-color: rgb(51,94,226); }
div.DivClassName
{
background-color: #335EE2;
}
.BgClassName
{
background-color: #335EE2;
}
</style>
border-color css
<style>
span { border-color: #335EE2; }
span { border-color: rgb(51,94,226); }
td.TdClassName
{
border-color: #335EE2;
}
.TagClassName
{
border-color: #335EE2;
}
</style>