Shades of Royal Blue #335DDB
Tints of Royal Blue #335DDB
RGB
CMYK
RGB Variations
Color information
#335DDB (or 0x335DDB) is known color: Royal Blue. HEX triplet: 33, 5D and DB. RGB value is (51,93,219). Sum of RGB (Red+Green+Blue) = 51+93+219=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #335DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335DDB is #CCA224. Grayscale: #5E5E5E. Windows color (decimal): -13410853 or 14376243. OLE color: 14376243.
HSL color Cylindrical-coordinate representation of color #335DDB: hue angle of 225º 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 #335DDB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 93 | 219 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.14 |
| HSL | 225º | 0.7% | 0.53% | - |
| HSV(B) | 225º | 0.77% | 0.86% | - |
| XYZ | 18.07 | 13.65 | 68.7 | - |
| YUV | 94.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 219 | 0.77 | 0.58 | 0 | 0.14 | 225 | 0.7 | 0.53 |
| Hex | 33 | 5D | DB | 4D | 3A | 0 | E | E1 | 46 | 35 |
| Octal | 63 | 135 | 333 | 115 | 72 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110011 | 1011101 | 11011011 | 1001101 | 111010 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #335DDB
Complementary color
Monochromatic Colors of #335DDB
Black with #335DDB
Text Example
Text Example
White with #335DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DDB; }
p { color: rgb(51,93,219); }
H1.HeaderClassName
{
color: #335DDB;
}
.AnyTagClassName
{
color: #335DDB;
}
</style>
background-color css
<style>
a { background-color: #335DDB; }
a { background-color: rgb(51,93,219); }
div.DivClassName
{
background-color: #335DDB;
}
.BgClassName
{
background-color: #335DDB;
}
</style>
border-color css
<style>
span { border-color: #335DDB; }
span { border-color: rgb(51,93,219); }
td.TdClassName
{
border-color: #335DDB;
}
.TagClassName
{
border-color: #335DDB;
}
</style>