Shades of Observatory #03906B
Tints of Observatory #03906B
RGB
CMYK
RGB Variations
Color information
#03906B (or 0x03906B) is known color: Observatory. HEX triplet: 03, 90 and 6B. RGB value is (3,144,107). Sum of RGB (Red+Green+Blue) = 3+144+107=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #03906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03906B is #FC6F94. Grayscale: #616161. Windows color (decimal): -16543637 or 7049219. OLE color: 7049219.
HSL color Cylindrical-coordinate representation of color #03906B: hue angle of 164.26º 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 #03906B is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 107 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.44 |
| HSL | 164.26º | 0.96% | 0.29% | - |
| HSV(B) | 164.26º | 0.98% | 0.56% | - |
| XYZ | 12.66 | 21.03 | 17.3 | - |
| YUV | 97.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 107 | 0.98 | 0 | 0.26 | 0.44 | 164.26 | 0.96 | 0.29 |
| Hex | 3 | 90 | 6B | 62 | 0 | 1A | 2C | A4 | 60 | 1D |
| Octal | 3 | 220 | 153 | 142 | 0 | 32 | 54 | 244 | 140 | 35 |
| Binary | 11 | 10010000 | 1101011 | 1100010 | 0 | 11010 | 101100 | 10100100 | 1100000 | 11101 |
Color Harmonies of #03906B
Complementary color
Monochromatic Colors of #03906B
Black with #03906B
Text Example
Text Example
White with #03906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03906B; }
p { color: rgb(3,144,107); }
H1.HeaderClassName
{
color: #03906B;
}
.AnyTagClassName
{
color: #03906B;
}
</style>
background-color css
<style>
a { background-color: #03906B; }
a { background-color: rgb(3,144,107); }
div.DivClassName
{
background-color: #03906B;
}
.BgClassName
{
background-color: #03906B;
}
</style>
border-color css
<style>
span { border-color: #03906B; }
span { border-color: rgb(3,144,107); }
td.TdClassName
{
border-color: #03906B;
}
.TagClassName
{
border-color: #03906B;
}
</style>