Shades of Cerulean #036BA1
Tints of Cerulean #036BA1
RGB
CMYK
RGB Variations
Color information
#036BA1 (or 0x036BA1) is known color: Cerulean. HEX triplet: 03, 6B and A1. RGB value is (3,107,161). Sum of RGB (Red+Green+Blue) = 3+107+161=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #036BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036BA1 is #FC945E. Grayscale: #515151. Windows color (decimal): -16553055 or 10578691. OLE color: 10578691.
HSL color Cylindrical-coordinate representation of color #036BA1: hue angle of 200.51º 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 #036BA1 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 107 | 161 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.37 |
| HSL | 200.51º | 0.96% | 0.32% | - |
| HSV(B) | 200.51º | 0.98% | 0.63% | - |
| XYZ | 11.73 | 13.11 | 35.63 | - |
| YUV | 82.06 | 172.54 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 161 | 0.98 | 0.34 | 0 | 0.37 | 200.51 | 0.96 | 0.32 |
| Hex | 3 | 6B | A1 | 62 | 22 | 0 | 25 | C9 | 60 | 20 |
| Octal | 3 | 153 | 241 | 142 | 42 | 0 | 45 | 311 | 140 | 40 |
| Binary | 11 | 1101011 | 10100001 | 1100010 | 100010 | 0 | 100101 | 11001001 | 1100000 | 100000 |
Color Harmonies of #036BA1
Complementary color
Monochromatic Colors of #036BA1
Black with #036BA1
Text Example
Text Example
White with #036BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BA1; }
p { color: rgb(3,107,161); }
H1.HeaderClassName
{
color: #036BA1;
}
.AnyTagClassName
{
color: #036BA1;
}
</style>
background-color css
<style>
a { background-color: #036BA1; }
a { background-color: rgb(3,107,161); }
div.DivClassName
{
background-color: #036BA1;
}
.BgClassName
{
background-color: #036BA1;
}
</style>
border-color css
<style>
span { border-color: #036BA1; }
span { border-color: rgb(3,107,161); }
td.TdClassName
{
border-color: #036BA1;
}
.TagClassName
{
border-color: #036BA1;
}
</style>