Shades of Cerulean Blue #3561C0
Tints of Cerulean Blue #3561C0
RGB
CMYK
RGB Variations
Color information
#3561C0 (or 0x3561C0) is known color: Cerulean Blue. HEX triplet: 35, 61 and C0. RGB value is (53,97,192). Sum of RGB (Red+Green+Blue) = 53+97+192=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #3561C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561C0 is #CA9E3F. Grayscale: #5E5E5E. Windows color (decimal): -13278784 or 12607797. OLE color: 12607797.
HSL color Cylindrical-coordinate representation of color #3561C0: hue angle of 221.01º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3561C0 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 97 | 192 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.25 |
| HSL | 221.01º | 0.57% | 0.48% | - |
| HSV(B) | 221.01º | 0.72% | 0.75% | - |
| XYZ | 15.26 | 13.11 | 51.6 | - |
| YUV | 94.67 | 182.92 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 192 | 0.72 | 0.49 | 0 | 0.25 | 221.01 | 0.57 | 0.48 |
| Hex | 35 | 61 | C0 | 48 | 31 | 0 | 19 | DD | 39 | 30 |
| Octal | 65 | 141 | 300 | 110 | 61 | 0 | 31 | 335 | 71 | 60 |
| Binary | 110101 | 1100001 | 11000000 | 1001000 | 110001 | 0 | 11001 | 11011101 | 111001 | 110000 |
Color Harmonies of #3561C0
Complementary color
Monochromatic Colors of #3561C0
Black with #3561C0
Text Example
Text Example
White with #3561C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3561C0; }
p { color: rgb(53,97,192); }
H1.HeaderClassName
{
color: #3561C0;
}
.AnyTagClassName
{
color: #3561C0;
}
</style>
background-color css
<style>
a { background-color: #3561C0; }
a { background-color: rgb(53,97,192); }
div.DivClassName
{
background-color: #3561C0;
}
.BgClassName
{
background-color: #3561C0;
}
</style>
border-color css
<style>
span { border-color: #3561C0; }
span { border-color: rgb(53,97,192); }
td.TdClassName
{
border-color: #3561C0;
}
.TagClassName
{
border-color: #3561C0;
}
</style>