Shades of Observatory #03937A
Tints of Observatory #03937A
RGB
CMYK
RGB Variations
Color information
#03937A (or 0x03937A) is known color: Observatory. HEX triplet: 03, 93 and 7A. RGB value is (3,147,122). Sum of RGB (Red+Green+Blue) = 3+147+122=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #03937A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03937A is #FC6C85. Grayscale: #656565. Windows color (decimal): -16542854 or 8033027. OLE color: 8033027.
HSL color Cylindrical-coordinate representation of color #03937A: hue angle of 169.58º 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 #03937A is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 122 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.42 |
| HSL | 169.58º | 0.96% | 0.29% | - |
| HSV(B) | 169.58º | 0.98% | 0.58% | - |
| XYZ | 13.98 | 22.29 | 21.98 | - |
| YUV | 101.09 | 139.79 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 122 | 0.98 | 0 | 0.17 | 0.42 | 169.58 | 0.96 | 0.29 |
| Hex | 3 | 93 | 7A | 62 | 0 | 11 | 2A | AA | 60 | 1D |
| Octal | 3 | 223 | 172 | 142 | 0 | 21 | 52 | 252 | 140 | 35 |
| Binary | 11 | 10010011 | 1111010 | 1100010 | 0 | 10001 | 101010 | 10101010 | 1100000 | 11101 |
Color Harmonies of #03937A
Complementary color
Monochromatic Colors of #03937A
Black with #03937A
Text Example
Text Example
White with #03937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03937A; }
p { color: rgb(3,147,122); }
H1.HeaderClassName
{
color: #03937A;
}
.AnyTagClassName
{
color: #03937A;
}
</style>
background-color css
<style>
a { background-color: #03937A; }
a { background-color: rgb(3,147,122); }
div.DivClassName
{
background-color: #03937A;
}
.BgClassName
{
background-color: #03937A;
}
</style>
border-color css
<style>
span { border-color: #03937A; }
span { border-color: rgb(3,147,122); }
td.TdClassName
{
border-color: #03937A;
}
.TagClassName
{
border-color: #03937A;
}
</style>