Shades of Royal Blue #3558DA
Tints of Royal Blue #3558DA
RGB
CMYK
RGB Variations
Color information
#3558DA (or 0x3558DA) is known color: Royal Blue. HEX triplet: 35, 58 and DA. RGB value is (53,88,218). Sum of RGB (Red+Green+Blue) = 53+88+218=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #3558DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558DA is #CAA725. Grayscale: #5B5B5B. Windows color (decimal): -13281062 or 14309429. OLE color: 14309429.
HSL color Cylindrical-coordinate representation of color #3558DA: hue angle of 227.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3558DA is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 88 | 218 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.15 |
| HSL | 227.27º | 0.69% | 0.53% | - |
| HSV(B) | 227.27º | 0.76% | 0.85% | - |
| XYZ | 17.61 | 12.8 | 67.87 | - |
| YUV | 92.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 218 | 0.76 | 0.60 | 0 | 0.15 | 227.27 | 0.69 | 0.53 |
| Hex | 35 | 58 | DA | 4C | 3C | 0 | F | E3 | 45 | 35 |
| Octal | 65 | 130 | 332 | 114 | 74 | 0 | 17 | 343 | 105 | 65 |
| Binary | 110101 | 1011000 | 11011010 | 1001100 | 111100 | 0 | 1111 | 11100011 | 1000101 | 110101 |
Color Harmonies of #3558DA
Complementary color
Monochromatic Colors of #3558DA
Black with #3558DA
Text Example
Text Example
White with #3558DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558DA; }
p { color: rgb(53,88,218); }
H1.HeaderClassName
{
color: #3558DA;
}
.AnyTagClassName
{
color: #3558DA;
}
</style>
background-color css
<style>
a { background-color: #3558DA; }
a { background-color: rgb(53,88,218); }
div.DivClassName
{
background-color: #3558DA;
}
.BgClassName
{
background-color: #3558DA;
}
</style>
border-color css
<style>
span { border-color: #3558DA; }
span { border-color: rgb(53,88,218); }
td.TdClassName
{
border-color: #3558DA;
}
.TagClassName
{
border-color: #3558DA;
}
</style>