Shades of Observatory #03926F
Tints of Observatory #03926F
RGB
CMYK
RGB Variations
Color information
#03926F (or 0x03926F) is known color: Observatory. HEX triplet: 03, 92 and 6F. RGB value is (3,146,111). Sum of RGB (Red+Green+Blue) = 3+146+111=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #03926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03926F is #FC6D90. Grayscale: #636363. Windows color (decimal): -16543121 or 7311875. OLE color: 7311875.
HSL color Cylindrical-coordinate representation of color #03926F: hue angle of 165.31º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03926F is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 111 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.43 |
| HSL | 165.31º | 0.96% | 0.29% | - |
| HSV(B) | 165.31º | 0.98% | 0.57% | - |
| XYZ | 13.19 | 21.72 | 18.54 | - |
| YUV | 99.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 111 | 0.98 | 0 | 0.24 | 0.43 | 165.31 | 0.96 | 0.29 |
| Hex | 3 | 92 | 6F | 62 | 0 | 18 | 2B | A5 | 60 | 1D |
| Octal | 3 | 222 | 157 | 142 | 0 | 30 | 53 | 245 | 140 | 35 |
| Binary | 11 | 10010010 | 1101111 | 1100010 | 0 | 11000 | 101011 | 10100101 | 1100000 | 11101 |
Color Harmonies of #03926F
Complementary color
Monochromatic Colors of #03926F
Black with #03926F
Text Example
Text Example
White with #03926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03926F; }
p { color: rgb(3,146,111); }
H1.HeaderClassName
{
color: #03926F;
}
.AnyTagClassName
{
color: #03926F;
}
</style>
background-color css
<style>
a { background-color: #03926F; }
a { background-color: rgb(3,146,111); }
div.DivClassName
{
background-color: #03926F;
}
.BgClassName
{
background-color: #03926F;
}
</style>
border-color css
<style>
span { border-color: #03926F; }
span { border-color: rgb(3,146,111); }
td.TdClassName
{
border-color: #03926F;
}
.TagClassName
{
border-color: #03926F;
}
</style>