Shades of Cerulean #036CA1
Tints of Cerulean #036CA1
RGB
CMYK
RGB Variations
Color information
#036CA1 (or 0x036CA1) is known color: Cerulean. HEX triplet: 03, 6C and A1. RGB value is (3,108,161). Sum of RGB (Red+Green+Blue) = 3+108+161=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #036CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036CA1 is #FC935E. Grayscale: #525252. Windows color (decimal): -16552799 or 10578947. OLE color: 10578947.
HSL color Cylindrical-coordinate representation of color #036CA1: hue angle of 200.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036CA1 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 108 | 161 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.37 |
| HSL | 200.13º | 0.96% | 0.32% | - |
| HSV(B) | 200.13º | 0.98% | 0.63% | - |
| XYZ | 11.83 | 13.32 | 35.67 | - |
| YUV | 82.65 | 172.21 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 161 | 0.98 | 0.33 | 0 | 0.37 | 200.13 | 0.96 | 0.32 |
| Hex | 3 | 6C | A1 | 62 | 21 | 0 | 25 | C8 | 60 | 20 |
| Octal | 3 | 154 | 241 | 142 | 41 | 0 | 45 | 310 | 140 | 40 |
| Binary | 11 | 1101100 | 10100001 | 1100010 | 100001 | 0 | 100101 | 11001000 | 1100000 | 100000 |
Color Harmonies of #036CA1
Complementary color
Monochromatic Colors of #036CA1
Black with #036CA1
Text Example
Text Example
White with #036CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CA1; }
p { color: rgb(3,108,161); }
H1.HeaderClassName
{
color: #036CA1;
}
.AnyTagClassName
{
color: #036CA1;
}
</style>
background-color css
<style>
a { background-color: #036CA1; }
a { background-color: rgb(3,108,161); }
div.DivClassName
{
background-color: #036CA1;
}
.BgClassName
{
background-color: #036CA1;
}
</style>
border-color css
<style>
span { border-color: #036CA1; }
span { border-color: rgb(3,108,161); }
td.TdClassName
{
border-color: #036CA1;
}
.TagClassName
{
border-color: #036CA1;
}
</style>