Shades of Cerulean #036DB5
Tints of Cerulean #036DB5
RGB
CMYK
RGB Variations
Color information
#036DB5 (or 0x036DB5) is known color: Cerulean. HEX triplet: 03, 6D and B5. RGB value is (3,109,181). Sum of RGB (Red+Green+Blue) = 3+109+181=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #036DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DB5 is #FC924A. Grayscale: #555555. Windows color (decimal): -16552523 or 11889923. OLE color: 11889923.
HSL color Cylindrical-coordinate representation of color #036DB5: hue angle of 204.27º 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 #036DB5 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 109 | 181 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.29 |
| HSL | 204.27º | 0.97% | 0.36% | - |
| HSV(B) | 204.27º | 0.98% | 0.71% | - |
| XYZ | 13.85 | 14.29 | 45.75 | - |
| YUV | 85.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 181 | 0.98 | 0.40 | 0 | 0.29 | 204.27 | 0.97 | 0.36 |
| Hex | 3 | 6D | B5 | 62 | 28 | 0 | 1D | CC | 61 | 24 |
| Octal | 3 | 155 | 265 | 142 | 50 | 0 | 35 | 314 | 141 | 44 |
| Binary | 11 | 1101101 | 10110101 | 1100010 | 101000 | 0 | 11101 | 11001100 | 1100001 | 100100 |
Color Harmonies of #036DB5
Complementary color
Monochromatic Colors of #036DB5
Black with #036DB5
Text Example
Text Example
White with #036DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036DB5; }
p { color: rgb(3,109,181); }
H1.HeaderClassName
{
color: #036DB5;
}
.AnyTagClassName
{
color: #036DB5;
}
</style>
background-color css
<style>
a { background-color: #036DB5; }
a { background-color: rgb(3,109,181); }
div.DivClassName
{
background-color: #036DB5;
}
.BgClassName
{
background-color: #036DB5;
}
</style>
border-color css
<style>
span { border-color: #036DB5; }
span { border-color: rgb(3,109,181); }
td.TdClassName
{
border-color: #036DB5;
}
.TagClassName
{
border-color: #036DB5;
}
</style>