Shades of Cerulean #036B90
Tints of Cerulean #036B90
RGB
CMYK
RGB Variations
Color information
#036B90 (or 0x036B90) is known color: Cerulean. HEX triplet: 03, 6B and 90. RGB value is (3,107,144). Sum of RGB (Red+Green+Blue) = 3+107+144=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #036B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036B90 is #FC946F. Grayscale: #4F4F4F. Windows color (decimal): -16553072 or 9464579. OLE color: 9464579.
HSL color Cylindrical-coordinate representation of color #036B90: hue angle of 195.74º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B90 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 107 | 144 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.44 |
| HSL | 195.74º | 0.96% | 0.29% | - |
| HSV(B) | 195.74º | 0.98% | 0.56% | - |
| XYZ | 10.33 | 12.55 | 28.26 | - |
| YUV | 80.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 144 | 0.98 | 0.26 | 0 | 0.44 | 195.74 | 0.96 | 0.29 |
| Hex | 3 | 6B | 90 | 62 | 1A | 0 | 2C | C4 | 60 | 1D |
| Octal | 3 | 153 | 220 | 142 | 32 | 0 | 54 | 304 | 140 | 35 |
| Binary | 11 | 1101011 | 10010000 | 1100010 | 11010 | 0 | 101100 | 11000100 | 1100000 | 11101 |
Color Harmonies of #036B90
Complementary color
Monochromatic Colors of #036B90
Black with #036B90
Text Example
Text Example
White with #036B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B90; }
p { color: rgb(3,107,144); }
H1.HeaderClassName
{
color: #036B90;
}
.AnyTagClassName
{
color: #036B90;
}
</style>
background-color css
<style>
a { background-color: #036B90; }
a { background-color: rgb(3,107,144); }
div.DivClassName
{
background-color: #036B90;
}
.BgClassName
{
background-color: #036B90;
}
</style>
border-color css
<style>
span { border-color: #036B90; }
span { border-color: rgb(3,107,144); }
td.TdClassName
{
border-color: #036B90;
}
.TagClassName
{
border-color: #036B90;
}
</style>