Shades of Royal Blue #335CDB
Tints of Royal Blue #335CDB
RGB
CMYK
RGB Variations
Color information
#335CDB (or 0x335CDB) is known color: Royal Blue. HEX triplet: 33, 5C and DB. RGB value is (51,92,219). Sum of RGB (Red+Green+Blue) = 51+92+219=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #335CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CDB is #CCA324. Grayscale: #5D5D5D. Windows color (decimal): -13411109 or 14375987. OLE color: 14375987.
HSL color Cylindrical-coordinate representation of color #335CDB: hue angle of 225.36º 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 #335CDB is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 92 | 219 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.14 |
| HSL | 225.36º | 0.7% | 0.53% | - |
| HSV(B) | 225.36º | 0.77% | 0.86% | - |
| XYZ | 17.98 | 13.47 | 68.67 | - |
| YUV | 94.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 219 | 0.77 | 0.58 | 0 | 0.14 | 225.36 | 0.7 | 0.53 |
| Hex | 33 | 5C | DB | 4D | 3A | 0 | E | E1 | 46 | 35 |
| Octal | 63 | 134 | 333 | 115 | 72 | 0 | 16 | 341 | 106 | 65 |
| Binary | 110011 | 1011100 | 11011011 | 1001101 | 111010 | 0 | 1110 | 11100001 | 1000110 | 110101 |
Color Harmonies of #335CDB
Complementary color
Monochromatic Colors of #335CDB
Black with #335CDB
Text Example
Text Example
White with #335CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CDB; }
p { color: rgb(51,92,219); }
H1.HeaderClassName
{
color: #335CDB;
}
.AnyTagClassName
{
color: #335CDB;
}
</style>
background-color css
<style>
a { background-color: #335CDB; }
a { background-color: rgb(51,92,219); }
div.DivClassName
{
background-color: #335CDB;
}
.BgClassName
{
background-color: #335CDB;
}
</style>
border-color css
<style>
span { border-color: #335CDB; }
span { border-color: rgb(51,92,219); }
td.TdClassName
{
border-color: #335CDB;
}
.TagClassName
{
border-color: #335CDB;
}
</style>