Shades of Observatory #03947B
Tints of Observatory #03947B
RGB
CMYK
RGB Variations
Color information
#03947B (or 0x03947B) is known color: Observatory. HEX triplet: 03, 94 and 7B. RGB value is (3,148,123). Sum of RGB (Red+Green+Blue) = 3+148+123=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #03947B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03947B is #FC6B84. Grayscale: #656565. Windows color (decimal): -16542597 or 8098819. OLE color: 8098819.
HSL color Cylindrical-coordinate representation of color #03947B: hue angle of 169.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03947B is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 123 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.42 |
| HSL | 169.66º | 0.96% | 0.3% | - |
| HSV(B) | 169.66º | 0.98% | 0.58% | - |
| XYZ | 14.2 | 22.63 | 22.36 | - |
| YUV | 101.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 123 | 0.98 | 0 | 0.17 | 0.42 | 169.66 | 0.96 | 0.3 |
| Hex | 3 | 94 | 7B | 62 | 0 | 11 | 2A | AA | 60 | 1E |
| Octal | 3 | 224 | 173 | 142 | 0 | 21 | 52 | 252 | 140 | 36 |
| Binary | 11 | 10010100 | 1111011 | 1100010 | 0 | 10001 | 101010 | 10101010 | 1100000 | 11110 |
Color Harmonies of #03947B
Complementary color
Monochromatic Colors of #03947B
Black with #03947B
Text Example
Text Example
White with #03947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03947B; }
p { color: rgb(3,148,123); }
H1.HeaderClassName
{
color: #03947B;
}
.AnyTagClassName
{
color: #03947B;
}
</style>
background-color css
<style>
a { background-color: #03947B; }
a { background-color: rgb(3,148,123); }
div.DivClassName
{
background-color: #03947B;
}
.BgClassName
{
background-color: #03947B;
}
</style>
border-color css
<style>
span { border-color: #03947B; }
span { border-color: rgb(3,148,123); }
td.TdClassName
{
border-color: #03947B;
}
.TagClassName
{
border-color: #03947B;
}
</style>