Shades of Royal Blue #335EDB
Tints of Royal Blue #335EDB
RGB
CMYK
RGB Variations
Color information
#335EDB (or 0x335EDB) is known color: Royal Blue. HEX triplet: 33, 5E and DB. RGB value is (51,94,219). Sum of RGB (Red+Green+Blue) = 51+94+219=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #335EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EDB is #CCA124. Grayscale: #5E5E5E. Windows color (decimal): -13410597 or 14376499. OLE color: 14376499.
HSL color Cylindrical-coordinate representation of color #335EDB: hue angle of 224.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335EDB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 94 | 219 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.14 |
| HSL | 224.64º | 0.7% | 0.53% | - |
| HSV(B) | 224.64º | 0.77% | 0.86% | - |
| XYZ | 18.15 | 13.82 | 68.73 | - |
| YUV | 95.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 219 | 0.77 | 0.57 | 0 | 0.14 | 224.64 | 0.7 | 0.53 |
| Hex | 33 | 5E | DB | 4D | 39 | 0 | E | E1 | 46 | 35 |
| Octal | 63 | 136 | 333 | 115 | 71 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110011 | 1011110 | 11011011 | 1001101 | 111001 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #335EDB
Complementary color
Monochromatic Colors of #335EDB
Black with #335EDB
Text Example
Text Example
White with #335EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EDB; }
p { color: rgb(51,94,219); }
H1.HeaderClassName
{
color: #335EDB;
}
.AnyTagClassName
{
color: #335EDB;
}
</style>
background-color css
<style>
a { background-color: #335EDB; }
a { background-color: rgb(51,94,219); }
div.DivClassName
{
background-color: #335EDB;
}
.BgClassName
{
background-color: #335EDB;
}
</style>
border-color css
<style>
span { border-color: #335EDB; }
span { border-color: rgb(51,94,219); }
td.TdClassName
{
border-color: #335EDB;
}
.TagClassName
{
border-color: #335EDB;
}
</style>