Shades of Observatory #03926C
Tints of Observatory #03926C
RGB
CMYK
RGB Variations
Color information
#03926C (or 0x03926C) is known color: Observatory. HEX triplet: 03, 92 and 6C. RGB value is (3,146,108). Sum of RGB (Red+Green+Blue) = 3+146+108=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #03926C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03926C is #FC6D93. Grayscale: #626262. Windows color (decimal): -16543124 or 7115267. OLE color: 7115267.
HSL color Cylindrical-coordinate representation of color #03926C: hue angle of 164.06º 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 #03926C is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 108 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.43 |
| HSL | 164.06º | 0.96% | 0.29% | - |
| HSV(B) | 164.06º | 0.98% | 0.57% | - |
| XYZ | 13.02 | 21.66 | 17.68 | - |
| YUV | 98.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 108 | 0.98 | 0 | 0.26 | 0.43 | 164.06 | 0.96 | 0.29 |
| Hex | 3 | 92 | 6C | 62 | 0 | 1A | 2B | A4 | 60 | 1D |
| Octal | 3 | 222 | 154 | 142 | 0 | 32 | 53 | 244 | 140 | 35 |
| Binary | 11 | 10010010 | 1101100 | 1100010 | 0 | 11010 | 101011 | 10100100 | 1100000 | 11101 |
Color Harmonies of #03926C
Complementary color
Monochromatic Colors of #03926C
Black with #03926C
Text Example
Text Example
White with #03926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03926C; }
p { color: rgb(3,146,108); }
H1.HeaderClassName
{
color: #03926C;
}
.AnyTagClassName
{
color: #03926C;
}
</style>
background-color css
<style>
a { background-color: #03926C; }
a { background-color: rgb(3,146,108); }
div.DivClassName
{
background-color: #03926C;
}
.BgClassName
{
background-color: #03926C;
}
</style>
border-color css
<style>
span { border-color: #03926C; }
span { border-color: rgb(3,146,108); }
td.TdClassName
{
border-color: #03926C;
}
.TagClassName
{
border-color: #03926C;
}
</style>