Shades of Observatory #038A6A
Tints of Observatory #038A6A
RGB
CMYK
RGB Variations
Color information
#038A6A (or 0x038A6A) is known color: Observatory. HEX triplet: 03, 8A and 6A. RGB value is (3,138,106). Sum of RGB (Red+Green+Blue) = 3+138+106=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #038A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A6A is #FC7595. Grayscale: #5D5D5D. Windows color (decimal): -16545174 or 6982147. OLE color: 6982147.
HSL color Cylindrical-coordinate representation of color #038A6A: hue angle of 165.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A6A is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 106 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.46 |
| HSL | 165.78º | 0.96% | 0.28% | - |
| HSV(B) | 165.78º | 0.98% | 0.54% | - |
| XYZ | 11.73 | 19.24 | 16.73 | - |
| YUV | 93.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 106 | 0.98 | 0 | 0.23 | 0.46 | 165.78 | 0.96 | 0.28 |
| Hex | 3 | 8A | 6A | 62 | 0 | 17 | 2E | A6 | 60 | 1C |
| Octal | 3 | 212 | 152 | 142 | 0 | 27 | 56 | 246 | 140 | 34 |
| Binary | 11 | 10001010 | 1101010 | 1100010 | 0 | 10111 | 101110 | 10100110 | 1100000 | 11100 |
Color Harmonies of #038A6A
Complementary color
Monochromatic Colors of #038A6A
Black with #038A6A
Text Example
Text Example
White with #038A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A6A; }
p { color: rgb(3,138,106); }
H1.HeaderClassName
{
color: #038A6A;
}
.AnyTagClassName
{
color: #038A6A;
}
</style>
background-color css
<style>
a { background-color: #038A6A; }
a { background-color: rgb(3,138,106); }
div.DivClassName
{
background-color: #038A6A;
}
.BgClassName
{
background-color: #038A6A;
}
</style>
border-color css
<style>
span { border-color: #038A6A; }
span { border-color: rgb(3,138,106); }
td.TdClassName
{
border-color: #038A6A;
}
.TagClassName
{
border-color: #038A6A;
}
</style>