Shades of Observatory #03886A
Tints of Observatory #03886A
RGB
CMYK
RGB Variations
Color information
#03886A (or 0x03886A) is known color: Observatory. HEX triplet: 03, 88 and 6A. RGB value is (3,136,106). Sum of RGB (Red+Green+Blue) = 3+136+106=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #03886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03886A is #FC7795. Grayscale: #5C5C5C. Windows color (decimal): -16545686 or 6981635. OLE color: 6981635.
HSL color Cylindrical-coordinate representation of color #03886A: hue angle of 166.47º 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 #03886A is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 106 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.47 |
| HSL | 166.47º | 0.96% | 0.27% | - |
| HSV(B) | 166.47º | 0.98% | 0.53% | - |
| XYZ | 11.44 | 18.67 | 16.64 | - |
| YUV | 92.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 106 | 0.98 | 0 | 0.22 | 0.47 | 166.47 | 0.96 | 0.27 |
| Hex | 3 | 88 | 6A | 62 | 0 | 16 | 2F | A6 | 60 | 1B |
| Octal | 3 | 210 | 152 | 142 | 0 | 26 | 57 | 246 | 140 | 33 |
| Binary | 11 | 10001000 | 1101010 | 1100010 | 0 | 10110 | 101111 | 10100110 | 1100000 | 11011 |
Color Harmonies of #03886A
Complementary color
Monochromatic Colors of #03886A
Black with #03886A
Text Example
Text Example
White with #03886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03886A; }
p { color: rgb(3,136,106); }
H1.HeaderClassName
{
color: #03886A;
}
.AnyTagClassName
{
color: #03886A;
}
</style>
background-color css
<style>
a { background-color: #03886A; }
a { background-color: rgb(3,136,106); }
div.DivClassName
{
background-color: #03886A;
}
.BgClassName
{
background-color: #03886A;
}
</style>
border-color css
<style>
span { border-color: #03886A; }
span { border-color: rgb(3,136,106); }
td.TdClassName
{
border-color: #03886A;
}
.TagClassName
{
border-color: #03886A;
}
</style>