Shades of Observatory #03876E
Tints of Observatory #03876E
RGB
CMYK
RGB Variations
Color information
#03876E (or 0x03876E) is known color: Observatory. HEX triplet: 03, 87 and 6E. RGB value is (3,135,110). Sum of RGB (Red+Green+Blue) = 3+135+110=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #03876E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03876E is #FC7891. Grayscale: #5C5C5C. Windows color (decimal): -16545938 or 7243523. OLE color: 7243523.
HSL color Cylindrical-coordinate representation of color #03876E: hue angle of 168.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03876E is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 135 | 110 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.47 |
| HSL | 168.64º | 0.96% | 0.27% | - |
| HSV(B) | 168.64º | 0.98% | 0.53% | - |
| XYZ | 11.52 | 18.47 | 17.71 | - |
| YUV | 92.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 110 | 0.98 | 0 | 0.19 | 0.47 | 168.64 | 0.96 | 0.27 |
| Hex | 3 | 87 | 6E | 62 | 0 | 13 | 2F | A9 | 60 | 1B |
| Octal | 3 | 207 | 156 | 142 | 0 | 23 | 57 | 251 | 140 | 33 |
| Binary | 11 | 10000111 | 1101110 | 1100010 | 0 | 10011 | 101111 | 10101001 | 1100000 | 11011 |
Color Harmonies of #03876E
Complementary color
Monochromatic Colors of #03876E
Black with #03876E
Text Example
Text Example
White with #03876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03876E; }
p { color: rgb(3,135,110); }
H1.HeaderClassName
{
color: #03876E;
}
.AnyTagClassName
{
color: #03876E;
}
</style>
background-color css
<style>
a { background-color: #03876E; }
a { background-color: rgb(3,135,110); }
div.DivClassName
{
background-color: #03876E;
}
.BgClassName
{
background-color: #03876E;
}
</style>
border-color css
<style>
span { border-color: #03876E; }
span { border-color: rgb(3,135,110); }
td.TdClassName
{
border-color: #03876E;
}
.TagClassName
{
border-color: #03876E;
}
</style>