Shades of Cerulean #036DA3
Tints of Cerulean #036DA3
RGB
CMYK
RGB Variations
Color information
#036DA3 (or 0x036DA3) is known color: Cerulean. HEX triplet: 03, 6D and A3. RGB value is (3,109,163). Sum of RGB (Red+Green+Blue) = 3+109+163=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #036DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036DA3 is #FC925C. Grayscale: #535353. Windows color (decimal): -16552541 or 10710275. OLE color: 10710275.
HSL color Cylindrical-coordinate representation of color #036DA3: hue angle of 200.25º 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 #036DA3 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 109 | 163 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.36 |
| HSL | 200.25º | 0.96% | 0.33% | - |
| HSV(B) | 200.25º | 0.98% | 0.64% | - |
| XYZ | 12.12 | 13.6 | 36.64 | - |
| YUV | 83.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 163 | 0.98 | 0.33 | 0 | 0.36 | 200.25 | 0.96 | 0.33 |
| Hex | 3 | 6D | A3 | 62 | 21 | 0 | 24 | C8 | 60 | 21 |
| Octal | 3 | 155 | 243 | 142 | 41 | 0 | 44 | 310 | 140 | 41 |
| Binary | 11 | 1101101 | 10100011 | 1100010 | 100001 | 0 | 100100 | 11001000 | 1100000 | 100001 |
Color Harmonies of #036DA3
Complementary color
Monochromatic Colors of #036DA3
Black with #036DA3
Text Example
Text Example
White with #036DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DA3; }
p { color: rgb(3,109,163); }
H1.HeaderClassName
{
color: #036DA3;
}
.AnyTagClassName
{
color: #036DA3;
}
</style>
background-color css
<style>
a { background-color: #036DA3; }
a { background-color: rgb(3,109,163); }
div.DivClassName
{
background-color: #036DA3;
}
.BgClassName
{
background-color: #036DA3;
}
</style>
border-color css
<style>
span { border-color: #036DA3; }
span { border-color: rgb(3,109,163); }
td.TdClassName
{
border-color: #036DA3;
}
.TagClassName
{
border-color: #036DA3;
}
</style>