Shades of Royal Blue #3355DB
Tints of Royal Blue #3355DB
RGB
CMYK
RGB Variations
Color information
#3355DB (or 0x3355DB) is known color: Royal Blue. HEX triplet: 33, 55 and DB. RGB value is (51,85,219). Sum of RGB (Red+Green+Blue) = 51+85+219=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #3355DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3355DB is #CCAA24. Grayscale: #595959. Windows color (decimal): -13412901 or 14374195. OLE color: 14374195.
HSL color Cylindrical-coordinate representation of color #3355DB: hue angle of 227.86º 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 #3355DB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 85 | 219 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.14 |
| HSL | 227.86º | 0.7% | 0.53% | - |
| HSV(B) | 227.86º | 0.77% | 0.86% | - |
| XYZ | 17.4 | 12.32 | 68.48 | - |
| YUV | 90.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 219 | 0.77 | 0.61 | 0 | 0.14 | 227.86 | 0.7 | 0.53 |
| Hex | 33 | 55 | DB | 4D | 3D | 0 | E | E4 | 46 | 35 |
| Octal | 63 | 125 | 333 | 115 | 75 | 0 | 16 | 344 | 106 | 65 |
| Binary | 110011 | 1010101 | 11011011 | 1001101 | 111101 | 0 | 1110 | 11100100 | 1000110 | 110101 |
Color Harmonies of #3355DB
Complementary color
Monochromatic Colors of #3355DB
Black with #3355DB
Text Example
Text Example
White with #3355DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355DB; }
p { color: rgb(51,85,219); }
H1.HeaderClassName
{
color: #3355DB;
}
.AnyTagClassName
{
color: #3355DB;
}
</style>
background-color css
<style>
a { background-color: #3355DB; }
a { background-color: rgb(51,85,219); }
div.DivClassName
{
background-color: #3355DB;
}
.BgClassName
{
background-color: #3355DB;
}
</style>
border-color css
<style>
span { border-color: #3355DB; }
span { border-color: rgb(51,85,219); }
td.TdClassName
{
border-color: #3355DB;
}
.TagClassName
{
border-color: #3355DB;
}
</style>