Shades of Cerulean Blue #3562BA
Tints of Cerulean Blue #3562BA
RGB
CMYK
RGB Variations
Color information
#3562BA (or 0x3562BA) is known color: Cerulean Blue. HEX triplet: 35, 62 and BA. RGB value is (53,98,186). Sum of RGB (Red+Green+Blue) = 53+98+186=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3562BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3562BA is #CA9D45. Grayscale: #5E5E5E. Windows color (decimal): -13278534 or 12214837. OLE color: 12214837.
HSL color Cylindrical-coordinate representation of color #3562BA: hue angle of 219.7º 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 #3562BA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 98 | 186 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.27 |
| HSL | 219.7º | 0.56% | 0.47% | - |
| HSV(B) | 219.7º | 0.72% | 0.73% | - |
| XYZ | 14.7 | 13.04 | 48.2 | - |
| YUV | 94.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 186 | 0.72 | 0.47 | 0 | 0.27 | 219.7 | 0.56 | 0.47 |
| Hex | 35 | 62 | BA | 48 | 2F | 0 | 1B | DC | 38 | 2F |
| Octal | 65 | 142 | 272 | 110 | 57 | 0 | 33 | 334 | 70 | 57 |
| Binary | 110101 | 1100010 | 10111010 | 1001000 | 101111 | 0 | 11011 | 11011100 | 111000 | 101111 |
Color Harmonies of #3562BA
Complementary color
Monochromatic Colors of #3562BA
Black with #3562BA
Text Example
Text Example
White with #3562BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3562BA; }
p { color: rgb(53,98,186); }
H1.HeaderClassName
{
color: #3562BA;
}
.AnyTagClassName
{
color: #3562BA;
}
</style>
background-color css
<style>
a { background-color: #3562BA; }
a { background-color: rgb(53,98,186); }
div.DivClassName
{
background-color: #3562BA;
}
.BgClassName
{
background-color: #3562BA;
}
</style>
border-color css
<style>
span { border-color: #3562BA; }
span { border-color: rgb(53,98,186); }
td.TdClassName
{
border-color: #3562BA;
}
.TagClassName
{
border-color: #3562BA;
}
</style>