Shades of Cerulean #036695
Tints of Cerulean #036695
RGB
CMYK
RGB Variations
Color information
#036695 (or 0x036695) is known color: Cerulean. HEX triplet: 03, 66 and 95. RGB value is (3,102,149). Sum of RGB (Red+Green+Blue) = 3+102+149=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #036695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036695 is #FC996A. Grayscale: #4D4D4D. Windows color (decimal): -16554347 or 9790979. OLE color: 9790979.
HSL color Cylindrical-coordinate representation of color #036695: hue angle of 199.32º 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 #036695 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 102 | 149 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.42 |
| HSL | 199.32º | 0.96% | 0.3% | - |
| HSV(B) | 199.32º | 0.98% | 0.58% | - |
| XYZ | 10.21 | 11.69 | 30.15 | - |
| YUV | 77.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 149 | 0.98 | 0.32 | 0 | 0.42 | 199.32 | 0.96 | 0.3 |
| Hex | 3 | 66 | 95 | 62 | 20 | 0 | 2A | C7 | 60 | 1E |
| Octal | 3 | 146 | 225 | 142 | 40 | 0 | 52 | 307 | 140 | 36 |
| Binary | 11 | 1100110 | 10010101 | 1100010 | 100000 | 0 | 101010 | 11000111 | 1100000 | 11110 |
Color Harmonies of #036695
Complementary color
Monochromatic Colors of #036695
Black with #036695
Text Example
Text Example
White with #036695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036695; }
p { color: rgb(3,102,149); }
H1.HeaderClassName
{
color: #036695;
}
.AnyTagClassName
{
color: #036695;
}
</style>
background-color css
<style>
a { background-color: #036695; }
a { background-color: rgb(3,102,149); }
div.DivClassName
{
background-color: #036695;
}
.BgClassName
{
background-color: #036695;
}
</style>
border-color css
<style>
span { border-color: #036695; }
span { border-color: rgb(3,102,149); }
td.TdClassName
{
border-color: #036695;
}
.TagClassName
{
border-color: #036695;
}
</style>