Shades of Observatory #03907A
Tints of Observatory #03907A
RGB
CMYK
RGB Variations
Color information
#03907A (or 0x03907A) is known color: Observatory. HEX triplet: 03, 90 and 7A. RGB value is (3,144,122). Sum of RGB (Red+Green+Blue) = 3+144+122=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #03907A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03907A is #FC6F85. Grayscale: #636363. Windows color (decimal): -16543622 or 8032259. OLE color: 8032259.
HSL color Cylindrical-coordinate representation of color #03907A: hue angle of 170.64º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03907A is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 122 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.44 |
| HSL | 170.64º | 0.96% | 0.29% | - |
| HSV(B) | 170.64º | 0.98% | 0.56% | - |
| XYZ | 13.52 | 21.37 | 21.82 | - |
| YUV | 99.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 122 | 0.98 | 0 | 0.15 | 0.44 | 170.64 | 0.96 | 0.29 |
| Hex | 3 | 90 | 7A | 62 | 0 | F | 2C | AB | 60 | 1D |
| Octal | 3 | 220 | 172 | 142 | 0 | 17 | 54 | 253 | 140 | 35 |
| Binary | 11 | 10010000 | 1111010 | 1100010 | 0 | 1111 | 101100 | 10101011 | 1100000 | 11101 |
Color Harmonies of #03907A
Complementary color
Monochromatic Colors of #03907A
Black with #03907A
Text Example
Text Example
White with #03907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03907A; }
p { color: rgb(3,144,122); }
H1.HeaderClassName
{
color: #03907A;
}
.AnyTagClassName
{
color: #03907A;
}
</style>
background-color css
<style>
a { background-color: #03907A; }
a { background-color: rgb(3,144,122); }
div.DivClassName
{
background-color: #03907A;
}
.BgClassName
{
background-color: #03907A;
}
</style>
border-color css
<style>
span { border-color: #03907A; }
span { border-color: rgb(3,144,122); }
td.TdClassName
{
border-color: #03907A;
}
.TagClassName
{
border-color: #03907A;
}
</style>