Shades of Cerulean #036EA4
Tints of Cerulean #036EA4
RGB
CMYK
RGB Variations
Color information
#036EA4 (or 0x036EA4) is known color: Cerulean. HEX triplet: 03, 6E and A4. RGB value is (3,110,164). Sum of RGB (Red+Green+Blue) = 3+110+164=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #036EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036EA4 is #FC915B. Grayscale: #535353. Windows color (decimal): -16552284 or 10776067. OLE color: 10776067.
HSL color Cylindrical-coordinate representation of color #036EA4: hue angle of 200.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036EA4 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 110 | 164 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.36 |
| HSL | 200.12º | 0.96% | 0.33% | - |
| HSV(B) | 200.12º | 0.98% | 0.64% | - |
| XYZ | 12.31 | 13.85 | 37.15 | - |
| YUV | 84.16 | 173.05 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 164 | 0.98 | 0.33 | 0 | 0.36 | 200.12 | 0.96 | 0.33 |
| Hex | 3 | 6E | A4 | 62 | 21 | 0 | 24 | C8 | 60 | 21 |
| Octal | 3 | 156 | 244 | 142 | 41 | 0 | 44 | 310 | 140 | 41 |
| Binary | 11 | 1101110 | 10100100 | 1100010 | 100001 | 0 | 100100 | 11001000 | 1100000 | 100001 |
Color Harmonies of #036EA4
Complementary color
Monochromatic Colors of #036EA4
Black with #036EA4
Text Example
Text Example
White with #036EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036EA4; }
p { color: rgb(3,110,164); }
H1.HeaderClassName
{
color: #036EA4;
}
.AnyTagClassName
{
color: #036EA4;
}
</style>
background-color css
<style>
a { background-color: #036EA4; }
a { background-color: rgb(3,110,164); }
div.DivClassName
{
background-color: #036EA4;
}
.BgClassName
{
background-color: #036EA4;
}
</style>
border-color css
<style>
span { border-color: #036EA4; }
span { border-color: rgb(3,110,164); }
td.TdClassName
{
border-color: #036EA4;
}
.TagClassName
{
border-color: #036EA4;
}
</style>