Shades of Cerulean #036FA4
Tints of Cerulean #036FA4
RGB
CMYK
RGB Variations
Color information
#036FA4 (or 0x036FA4) is known color: Cerulean. HEX triplet: 03, 6F and A4. RGB value is (3,111,164). Sum of RGB (Red+Green+Blue) = 3+111+164=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #036FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036FA4 is #FC905B. Grayscale: #545454. Windows color (decimal): -16552028 or 10776323. OLE color: 10776323.
HSL color Cylindrical-coordinate representation of color #036FA4: hue angle of 199.75º 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 #036FA4 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 111 | 164 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.36 |
| HSL | 199.75º | 0.96% | 0.33% | - |
| HSV(B) | 199.75º | 0.98% | 0.64% | - |
| XYZ | 12.42 | 14.07 | 37.18 | - |
| YUV | 84.75 | 172.72 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 164 | 0.98 | 0.32 | 0 | 0.36 | 199.75 | 0.96 | 0.33 |
| Hex | 3 | 6F | A4 | 62 | 20 | 0 | 24 | C8 | 60 | 21 |
| Octal | 3 | 157 | 244 | 142 | 40 | 0 | 44 | 310 | 140 | 41 |
| Binary | 11 | 1101111 | 10100100 | 1100010 | 100000 | 0 | 100100 | 11001000 | 1100000 | 100001 |
Color Harmonies of #036FA4
Complementary color
Monochromatic Colors of #036FA4
Black with #036FA4
Text Example
Text Example
White with #036FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FA4; }
p { color: rgb(3,111,164); }
H1.HeaderClassName
{
color: #036FA4;
}
.AnyTagClassName
{
color: #036FA4;
}
</style>
background-color css
<style>
a { background-color: #036FA4; }
a { background-color: rgb(3,111,164); }
div.DivClassName
{
background-color: #036FA4;
}
.BgClassName
{
background-color: #036FA4;
}
</style>
border-color css
<style>
span { border-color: #036FA4; }
span { border-color: rgb(3,111,164); }
td.TdClassName
{
border-color: #036FA4;
}
.TagClassName
{
border-color: #036FA4;
}
</style>