Shades of Royal Blue #3558DD
Tints of Royal Blue #3558DD
RGB
CMYK
RGB Variations
Color information
#3558DD (or 0x3558DD) is known color: Royal Blue. HEX triplet: 35, 58 and DD. RGB value is (53,88,221). Sum of RGB (Red+Green+Blue) = 53+88+221=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #3558DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558DD is #CAA722. Grayscale: #5C5C5C. Windows color (decimal): -13281059 or 14506037. OLE color: 14506037.
HSL color Cylindrical-coordinate representation of color #3558DD: hue angle of 227.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3558DD is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 88 | 221 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.13 |
| HSL | 227.5º | 0.71% | 0.54% | - |
| HSV(B) | 227.5º | 0.76% | 0.87% | - |
| XYZ | 18.01 | 12.96 | 69.96 | - |
| YUV | 92.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 221 | 0.76 | 0.60 | 0 | 0.13 | 227.5 | 0.71 | 0.54 |
| Hex | 35 | 58 | DD | 4C | 3C | 0 | D | E4 | 47 | 36 |
| Octal | 65 | 130 | 335 | 114 | 74 | 0 | 15 | 344 | 107 | 66 |
| Binary | 110101 | 1011000 | 11011101 | 1001100 | 111100 | 0 | 1101 | 11100100 | 1000111 | 110110 |
Color Harmonies of #3558DD
Complementary color
Monochromatic Colors of #3558DD
Black with #3558DD
Text Example
Text Example
White with #3558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558DD; }
p { color: rgb(53,88,221); }
H1.HeaderClassName
{
color: #3558DD;
}
.AnyTagClassName
{
color: #3558DD;
}
</style>
background-color css
<style>
a { background-color: #3558DD; }
a { background-color: rgb(53,88,221); }
div.DivClassName
{
background-color: #3558DD;
}
.BgClassName
{
background-color: #3558DD;
}
</style>
border-color css
<style>
span { border-color: #3558DD; }
span { border-color: rgb(53,88,221); }
td.TdClassName
{
border-color: #3558DD;
}
.TagClassName
{
border-color: #3558DD;
}
</style>