Shades of Cerulean Blue #3558BD
Tints of Cerulean Blue #3558BD
RGB
CMYK
RGB Variations
Color information
#3558BD (or 0x3558BD) is known color: Cerulean Blue. HEX triplet: 35, 58 and BD. RGB value is (53,88,189). Sum of RGB (Red+Green+Blue) = 53+88+189=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #3558BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558BD is #CAA742. Grayscale: #585858. Windows color (decimal): -13281091 or 12408885. OLE color: 12408885.
HSL color Cylindrical-coordinate representation of color #3558BD: hue angle of 224.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3558BD is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 88 | 189 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.26 |
| HSL | 224.56º | 0.56% | 0.47% | - |
| HSV(B) | 224.56º | 0.72% | 0.74% | - |
| XYZ | 14.14 | 11.41 | 49.6 | - |
| YUV | 89.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 189 | 0.72 | 0.53 | 0 | 0.26 | 224.56 | 0.56 | 0.47 |
| Hex | 35 | 58 | BD | 48 | 35 | 0 | 1A | E1 | 38 | 2F |
| Octal | 65 | 130 | 275 | 110 | 65 | 0 | 32 | 341 | 70 | 57 |
| Binary | 110101 | 1011000 | 10111101 | 1001000 | 110101 | 0 | 11010 | 11100001 | 111000 | 101111 |
Color Harmonies of #3558BD
Complementary color
Monochromatic Colors of #3558BD
Black with #3558BD
Text Example
Text Example
White with #3558BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3558BD; }
p { color: rgb(53,88,189); }
H1.HeaderClassName
{
color: #3558BD;
}
.AnyTagClassName
{
color: #3558BD;
}
</style>
background-color css
<style>
a { background-color: #3558BD; }
a { background-color: rgb(53,88,189); }
div.DivClassName
{
background-color: #3558BD;
}
.BgClassName
{
background-color: #3558BD;
}
</style>
border-color css
<style>
span { border-color: #3558BD; }
span { border-color: rgb(53,88,189); }
td.TdClassName
{
border-color: #3558BD;
}
.TagClassName
{
border-color: #3558BD;
}
</style>