Shades of Observatory #03936D
Tints of Observatory #03936D
RGB
CMYK
RGB Variations
Color information
#03936D (or 0x03936D) is known color: Observatory. HEX triplet: 03, 93 and 6D. RGB value is (3,147,109). Sum of RGB (Red+Green+Blue) = 3+147+109=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #03936D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03936D is #FC6C92. Grayscale: #636363. Windows color (decimal): -16542867 or 7181059. OLE color: 7181059.
HSL color Cylindrical-coordinate representation of color #03936D: hue angle of 164.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03936D is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 109 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.42 |
| HSL | 164.17º | 0.96% | 0.29% | - |
| HSV(B) | 164.17º | 0.98% | 0.58% | - |
| XYZ | 13.23 | 21.99 | 18.02 | - |
| YUV | 99.61 | 133.29 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 109 | 0.98 | 0 | 0.26 | 0.42 | 164.17 | 0.96 | 0.29 |
| Hex | 3 | 93 | 6D | 62 | 0 | 1A | 2A | A4 | 60 | 1D |
| Octal | 3 | 223 | 155 | 142 | 0 | 32 | 52 | 244 | 140 | 35 |
| Binary | 11 | 10010011 | 1101101 | 1100010 | 0 | 11010 | 101010 | 10100100 | 1100000 | 11101 |
Color Harmonies of #03936D
Complementary color
Monochromatic Colors of #03936D
Black with #03936D
Text Example
Text Example
White with #03936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03936D; }
p { color: rgb(3,147,109); }
H1.HeaderClassName
{
color: #03936D;
}
.AnyTagClassName
{
color: #03936D;
}
</style>
background-color css
<style>
a { background-color: #03936D; }
a { background-color: rgb(3,147,109); }
div.DivClassName
{
background-color: #03936D;
}
.BgClassName
{
background-color: #03936D;
}
</style>
border-color css
<style>
span { border-color: #03936D; }
span { border-color: rgb(3,147,109); }
td.TdClassName
{
border-color: #03936D;
}
.TagClassName
{
border-color: #03936D;
}
</style>