Shades of Royal Blue #335EDD
Tints of Royal Blue #335EDD
RGB
CMYK
RGB Variations
Color information
#335EDD (or 0x335EDD) is known color: Royal Blue. HEX triplet: 33, 5E and DD. RGB value is (51,94,221). Sum of RGB (Red+Green+Blue) = 51+94+221=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #335EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EDD is #CCA122. Grayscale: #5F5F5F. Windows color (decimal): -13410595 or 14507571. OLE color: 14507571.
HSL color Cylindrical-coordinate representation of color #335EDD: hue angle of 224.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335EDD is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 94 | 221 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.13 |
| HSL | 224.82º | 0.71% | 0.53% | - |
| HSV(B) | 224.82º | 0.77% | 0.87% | - |
| XYZ | 18.42 | 13.93 | 70.12 | - |
| YUV | 95.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 221 | 0.77 | 0.57 | 0 | 0.13 | 224.82 | 0.71 | 0.53 |
| Hex | 33 | 5E | DD | 4D | 39 | 0 | D | E1 | 47 | 35 |
| Octal | 63 | 136 | 335 | 115 | 71 | 0 | 15 | 341 | 107 | 65 |
| Binary | 110011 | 1011110 | 11011101 | 1001101 | 111001 | 0 | 1101 | 11100001 | 1000111 | 110101 |
Color Harmonies of #335EDD
Complementary color
Monochromatic Colors of #335EDD
Black with #335EDD
Text Example
Text Example
White with #335EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EDD; }
p { color: rgb(51,94,221); }
H1.HeaderClassName
{
color: #335EDD;
}
.AnyTagClassName
{
color: #335EDD;
}
</style>
background-color css
<style>
a { background-color: #335EDD; }
a { background-color: rgb(51,94,221); }
div.DivClassName
{
background-color: #335EDD;
}
.BgClassName
{
background-color: #335EDD;
}
</style>
border-color css
<style>
span { border-color: #335EDD; }
span { border-color: rgb(51,94,221); }
td.TdClassName
{
border-color: #335EDD;
}
.TagClassName
{
border-color: #335EDD;
}
</style>