Shades of Cerulean #036DB4
Tints of Cerulean #036DB4
RGB
CMYK
RGB Variations
Color information
#036DB4 (or 0x036DB4) is known color: Cerulean. HEX triplet: 03, 6D and B4. RGB value is (3,109,180). Sum of RGB (Red+Green+Blue) = 3+109+180=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #036DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DB4 is #FC924B. Grayscale: #555555. Windows color (decimal): -16552524 or 11824387. OLE color: 11824387.
HSL color Cylindrical-coordinate representation of color #036DB4: hue angle of 204.07º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036DB4 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 109 | 180 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.29 |
| HSL | 204.07º | 0.97% | 0.36% | - |
| HSV(B) | 204.07º | 0.98% | 0.71% | - |
| XYZ | 13.74 | 14.25 | 45.21 | - |
| YUV | 85.4 | 181.38 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 180 | 0.98 | 0.39 | 0 | 0.29 | 204.07 | 0.97 | 0.36 |
| Hex | 3 | 6D | B4 | 62 | 27 | 0 | 1D | CC | 61 | 24 |
| Octal | 3 | 155 | 264 | 142 | 47 | 0 | 35 | 314 | 141 | 44 |
| Binary | 11 | 1101101 | 10110100 | 1100010 | 100111 | 0 | 11101 | 11001100 | 1100001 | 100100 |
Color Harmonies of #036DB4
Complementary color
Monochromatic Colors of #036DB4
Black with #036DB4
Text Example
Text Example
White with #036DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DB4; }
p { color: rgb(3,109,180); }
H1.HeaderClassName
{
color: #036DB4;
}
.AnyTagClassName
{
color: #036DB4;
}
</style>
background-color css
<style>
a { background-color: #036DB4; }
a { background-color: rgb(3,109,180); }
div.DivClassName
{
background-color: #036DB4;
}
.BgClassName
{
background-color: #036DB4;
}
</style>
border-color css
<style>
span { border-color: #036DB4; }
span { border-color: rgb(3,109,180); }
td.TdClassName
{
border-color: #036DB4;
}
.TagClassName
{
border-color: #036DB4;
}
</style>