Shades of Cerulean #036295
Tints of Cerulean #036295
RGB
CMYK
RGB Variations
Color information
#036295 (or 0x036295) is known color: Cerulean. HEX triplet: 03, 62 and 95. RGB value is (3,98,149). Sum of RGB (Red+Green+Blue) = 3+98+149=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #036295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036295 is #FC9D6A. Grayscale: #4B4B4B. Windows color (decimal): -16555371 or 9789955. OLE color: 9789955.
HSL color Cylindrical-coordinate representation of color #036295: hue angle of 200.96º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036295 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 98 | 149 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.42 |
| HSL | 200.96º | 0.96% | 0.3% | - |
| HSV(B) | 200.96º | 0.98% | 0.58% | - |
| XYZ | 9.83 | 10.92 | 30.02 | - |
| YUV | 75.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 149 | 0.98 | 0.34 | 0 | 0.42 | 200.96 | 0.96 | 0.3 |
| Hex | 3 | 62 | 95 | 62 | 22 | 0 | 2A | C9 | 60 | 1E |
| Octal | 3 | 142 | 225 | 142 | 42 | 0 | 52 | 311 | 140 | 36 |
| Binary | 11 | 1100010 | 10010101 | 1100010 | 100010 | 0 | 101010 | 11001001 | 1100000 | 11110 |
Color Harmonies of #036295
Complementary color
Monochromatic Colors of #036295
Black with #036295
Text Example
Text Example
White with #036295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036295; }
p { color: rgb(3,98,149); }
H1.HeaderClassName
{
color: #036295;
}
.AnyTagClassName
{
color: #036295;
}
</style>
background-color css
<style>
a { background-color: #036295; }
a { background-color: rgb(3,98,149); }
div.DivClassName
{
background-color: #036295;
}
.BgClassName
{
background-color: #036295;
}
</style>
border-color css
<style>
span { border-color: #036295; }
span { border-color: rgb(3,98,149); }
td.TdClassName
{
border-color: #036295;
}
.TagClassName
{
border-color: #036295;
}
</style>