Shades of Cerulean Blue #3559BA
Tints of Cerulean Blue #3559BA
RGB
CMYK
RGB Variations
Color information
#3559BA (or 0x3559BA) is known color: Cerulean Blue. HEX triplet: 35, 59 and BA. RGB value is (53,89,186). Sum of RGB (Red+Green+Blue) = 53+89+186=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #3559BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3559BA is #CAA645. Grayscale: #585858. Windows color (decimal): -13280838 or 12212533. OLE color: 12212533.
HSL color Cylindrical-coordinate representation of color #3559BA: hue angle of 223.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3559BA is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 89 | 186 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.27 |
| HSL | 223.76º | 0.56% | 0.47% | - |
| HSV(B) | 223.76º | 0.72% | 0.73% | - |
| XYZ | 13.9 | 11.45 | 47.93 | - |
| YUV | 89.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 186 | 0.72 | 0.52 | 0 | 0.27 | 223.76 | 0.56 | 0.47 |
| Hex | 35 | 59 | BA | 48 | 34 | 0 | 1B | E0 | 38 | 2F |
| Octal | 65 | 131 | 272 | 110 | 64 | 0 | 33 | 340 | 70 | 57 |
| Binary | 110101 | 1011001 | 10111010 | 1001000 | 110100 | 0 | 11011 | 11100000 | 111000 | 101111 |
Color Harmonies of #3559BA
Complementary color
Monochromatic Colors of #3559BA
Black with #3559BA
Text Example
Text Example
White with #3559BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559BA; }
p { color: rgb(53,89,186); }
H1.HeaderClassName
{
color: #3559BA;
}
.AnyTagClassName
{
color: #3559BA;
}
</style>
background-color css
<style>
a { background-color: #3559BA; }
a { background-color: rgb(53,89,186); }
div.DivClassName
{
background-color: #3559BA;
}
.BgClassName
{
background-color: #3559BA;
}
</style>
border-color css
<style>
span { border-color: #3559BA; }
span { border-color: rgb(53,89,186); }
td.TdClassName
{
border-color: #3559BA;
}
.TagClassName
{
border-color: #3559BA;
}
</style>