Shades of Royal Blue #335ADB
Tints of Royal Blue #335ADB
RGB
CMYK
RGB Variations
Color information
#335ADB (or 0x335ADB) is known color: Royal Blue. HEX triplet: 33, 5A and DB. RGB value is (51,90,219). Sum of RGB (Red+Green+Blue) = 51+90+219=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #335ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ADB is #CCA524. Grayscale: #5C5C5C. Windows color (decimal): -13411621 or 14375475. OLE color: 14375475.
HSL color Cylindrical-coordinate representation of color #335ADB: hue angle of 226.07º 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 #335ADB is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 90 | 219 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.14 |
| HSL | 226.07º | 0.7% | 0.53% | - |
| HSV(B) | 226.07º | 0.77% | 0.86% | - |
| XYZ | 17.81 | 13.13 | 68.61 | - |
| YUV | 93.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 219 | 0.77 | 0.59 | 0 | 0.14 | 226.07 | 0.7 | 0.53 |
| Hex | 33 | 5A | DB | 4D | 3B | 0 | E | E2 | 46 | 35 |
| Octal | 63 | 132 | 333 | 115 | 73 | 0 | 16 | 342 | 106 | 65 |
| Binary | 110011 | 1011010 | 11011011 | 1001101 | 111011 | 0 | 1110 | 11100010 | 1000110 | 110101 |
Color Harmonies of #335ADB
Complementary color
Monochromatic Colors of #335ADB
Black with #335ADB
Text Example
Text Example
White with #335ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335ADB; }
p { color: rgb(51,90,219); }
H1.HeaderClassName
{
color: #335ADB;
}
.AnyTagClassName
{
color: #335ADB;
}
</style>
background-color css
<style>
a { background-color: #335ADB; }
a { background-color: rgb(51,90,219); }
div.DivClassName
{
background-color: #335ADB;
}
.BgClassName
{
background-color: #335ADB;
}
</style>
border-color css
<style>
span { border-color: #335ADB; }
span { border-color: rgb(51,90,219); }
td.TdClassName
{
border-color: #335ADB;
}
.TagClassName
{
border-color: #335ADB;
}
</style>