Shades of Cerulean Blue #3559C1
Tints of Cerulean Blue #3559C1
RGB
CMYK
RGB Variations
Color information
#3559C1 (or 0x3559C1) is known color: Cerulean Blue. HEX triplet: 35, 59 and C1. RGB value is (53,89,193). Sum of RGB (Red+Green+Blue) = 53+89+193=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #3559C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3559C1 is #CAA63E. Grayscale: #595959. Windows color (decimal): -13280831 or 12671285. OLE color: 12671285.
HSL color Cylindrical-coordinate representation of color #3559C1: hue angle of 224.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3559C1 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 89 | 193 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.24 |
| HSL | 224.57º | 0.57% | 0.48% | - |
| HSV(B) | 224.57º | 0.73% | 0.76% | - |
| XYZ | 14.67 | 11.75 | 51.95 | - |
| YUV | 90.09 | 186.07 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 193 | 0.73 | 0.54 | 0 | 0.24 | 224.57 | 0.57 | 0.48 |
| Hex | 35 | 59 | C1 | 49 | 36 | 0 | 18 | E1 | 39 | 30 |
| Octal | 65 | 131 | 301 | 111 | 66 | 0 | 30 | 341 | 71 | 60 |
| Binary | 110101 | 1011001 | 11000001 | 1001001 | 110110 | 0 | 11000 | 11100001 | 111001 | 110000 |
Color Harmonies of #3559C1
Complementary color
Monochromatic Colors of #3559C1
Black with #3559C1
Text Example
Text Example
White with #3559C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559C1; }
p { color: rgb(53,89,193); }
H1.HeaderClassName
{
color: #3559C1;
}
.AnyTagClassName
{
color: #3559C1;
}
</style>
background-color css
<style>
a { background-color: #3559C1; }
a { background-color: rgb(53,89,193); }
div.DivClassName
{
background-color: #3559C1;
}
.BgClassName
{
background-color: #3559C1;
}
</style>
border-color css
<style>
span { border-color: #3559C1; }
span { border-color: rgb(53,89,193); }
td.TdClassName
{
border-color: #3559C1;
}
.TagClassName
{
border-color: #3559C1;
}
</style>