Shades of Cerulean Blue #3564BA
Tints of Cerulean Blue #3564BA
RGB
CMYK
RGB Variations
Color information
#3564BA (or 0x3564BA) is known color: Cerulean Blue. HEX triplet: 35, 64 and BA. RGB value is (53,100,186). Sum of RGB (Red+Green+Blue) = 53+100+186=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #3564BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3564BA is #CA9B45. Grayscale: #5F5F5F. Windows color (decimal): -13278022 or 12215349. OLE color: 12215349.
HSL color Cylindrical-coordinate representation of color #3564BA: hue angle of 218.8º 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 #3564BA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 100 | 186 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.27 |
| HSL | 218.8º | 0.56% | 0.47% | - |
| HSV(B) | 218.8º | 0.72% | 0.73% | - |
| XYZ | 14.89 | 13.42 | 48.26 | - |
| YUV | 95.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 186 | 0.72 | 0.46 | 0 | 0.27 | 218.8 | 0.56 | 0.47 |
| Hex | 35 | 64 | BA | 48 | 2E | 0 | 1B | DB | 38 | 2F |
| Octal | 65 | 144 | 272 | 110 | 56 | 0 | 33 | 333 | 70 | 57 |
| Binary | 110101 | 1100100 | 10111010 | 1001000 | 101110 | 0 | 11011 | 11011011 | 111000 | 101111 |
Color Harmonies of #3564BA
Complementary color
Monochromatic Colors of #3564BA
Black with #3564BA
Text Example
Text Example
White with #3564BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3564BA; }
p { color: rgb(53,100,186); }
H1.HeaderClassName
{
color: #3564BA;
}
.AnyTagClassName
{
color: #3564BA;
}
</style>
background-color css
<style>
a { background-color: #3564BA; }
a { background-color: rgb(53,100,186); }
div.DivClassName
{
background-color: #3564BA;
}
.BgClassName
{
background-color: #3564BA;
}
</style>
border-color css
<style>
span { border-color: #3564BA; }
span { border-color: rgb(53,100,186); }
td.TdClassName
{
border-color: #3564BA;
}
.TagClassName
{
border-color: #3564BA;
}
</style>