Shades of Cerulean Blue #3559BC
Tints of Cerulean Blue #3559BC
RGB
CMYK
RGB Variations
Color information
#3559BC (or 0x3559BC) is known color: Cerulean Blue. HEX triplet: 35, 59 and BC. RGB value is (53,89,188). Sum of RGB (Red+Green+Blue) = 53+89+188=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #3559BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3559BC is #CAA643. Grayscale: #595959. Windows color (decimal): -13280836 or 12343605. OLE color: 12343605.
HSL color Cylindrical-coordinate representation of color #3559BC: hue angle of 224º 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 #3559BC is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 89 | 188 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.26 |
| HSL | 224º | 0.56% | 0.47% | - |
| HSV(B) | 224º | 0.72% | 0.74% | - |
| XYZ | 14.12 | 11.53 | 49.06 | - |
| YUV | 89.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 188 | 0.72 | 0.53 | 0 | 0.26 | 224 | 0.56 | 0.47 |
| Hex | 35 | 59 | BC | 48 | 35 | 0 | 1A | E0 | 38 | 2F |
| Octal | 65 | 131 | 274 | 110 | 65 | 0 | 32 | 340 | 70 | 57 |
| Binary | 110101 | 1011001 | 10111100 | 1001000 | 110101 | 0 | 11010 | 11100000 | 111000 | 101111 |
Color Harmonies of #3559BC
Complementary color
Monochromatic Colors of #3559BC
Black with #3559BC
Text Example
Text Example
White with #3559BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559BC; }
p { color: rgb(53,89,188); }
H1.HeaderClassName
{
color: #3559BC;
}
.AnyTagClassName
{
color: #3559BC;
}
</style>
background-color css
<style>
a { background-color: #3559BC; }
a { background-color: rgb(53,89,188); }
div.DivClassName
{
background-color: #3559BC;
}
.BgClassName
{
background-color: #3559BC;
}
</style>
border-color css
<style>
span { border-color: #3559BC; }
span { border-color: rgb(53,89,188); }
td.TdClassName
{
border-color: #3559BC;
}
.TagClassName
{
border-color: #3559BC;
}
</style>