Shades of Royal Blue #335FDB
Tints of Royal Blue #335FDB
RGB
CMYK
RGB Variations
Color information
#335FDB (or 0x335FDB) is known color: Royal Blue. HEX triplet: 33, 5F and DB. RGB value is (51,95,219). Sum of RGB (Red+Green+Blue) = 51+95+219=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #335FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FDB is #CCA024. Grayscale: #5F5F5F. Windows color (decimal): -13410341 or 14376755. OLE color: 14376755.
HSL color Cylindrical-coordinate representation of color #335FDB: hue angle of 224.29º 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 #335FDB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 95 | 219 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.14 |
| HSL | 224.29º | 0.7% | 0.53% | - |
| HSV(B) | 224.29º | 0.77% | 0.86% | - |
| XYZ | 18.24 | 14 | 68.76 | - |
| YUV | 95.98 | 197.42 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 219 | 0.77 | 0.57 | 0 | 0.14 | 224.29 | 0.7 | 0.53 |
| Hex | 33 | 5F | DB | 4D | 39 | 0 | E | E0 | 46 | 35 |
| Octal | 63 | 137 | 333 | 115 | 71 | 0 | 16 | 340 | 106 | 65 |
| Binary | 110011 | 1011111 | 11011011 | 1001101 | 111001 | 0 | 1110 | 11100000 | 1000110 | 110101 |
Color Harmonies of #335FDB
Complementary color
Monochromatic Colors of #335FDB
Black with #335FDB
Text Example
Text Example
White with #335FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FDB; }
p { color: rgb(51,95,219); }
H1.HeaderClassName
{
color: #335FDB;
}
.AnyTagClassName
{
color: #335FDB;
}
</style>
background-color css
<style>
a { background-color: #335FDB; }
a { background-color: rgb(51,95,219); }
div.DivClassName
{
background-color: #335FDB;
}
.BgClassName
{
background-color: #335FDB;
}
</style>
border-color css
<style>
span { border-color: #335FDB; }
span { border-color: rgb(51,95,219); }
td.TdClassName
{
border-color: #335FDB;
}
.TagClassName
{
border-color: #335FDB;
}
</style>