Shades of Observatory #038A7A
Tints of Observatory #038A7A
RGB
CMYK
RGB Variations
Color information
#038A7A (or 0x038A7A) is known color: Observatory. HEX triplet: 03, 8A and 7A. RGB value is (3,138,122). Sum of RGB (Red+Green+Blue) = 3+138+122=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #038A7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A7A is #FC7585. Grayscale: #5F5F5F. Windows color (decimal): -16545158 or 8030723. OLE color: 8030723.
HSL color Cylindrical-coordinate representation of color #038A7A: hue angle of 172.89º 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 #038A7A is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 122 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.46 |
| HSL | 172.89º | 0.96% | 0.28% | - |
| HSV(B) | 172.89º | 0.98% | 0.54% | - |
| XYZ | 12.64 | 19.6 | 21.53 | - |
| YUV | 95.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 122 | 0.98 | 0 | 0.12 | 0.46 | 172.89 | 0.96 | 0.28 |
| Hex | 3 | 8A | 7A | 62 | 0 | C | 2E | AD | 60 | 1C |
| Octal | 3 | 212 | 172 | 142 | 0 | 14 | 56 | 255 | 140 | 34 |
| Binary | 11 | 10001010 | 1111010 | 1100010 | 0 | 1100 | 101110 | 10101101 | 1100000 | 11100 |
Color Harmonies of #038A7A
Complementary color
Monochromatic Colors of #038A7A
Black with #038A7A
Text Example
Text Example
White with #038A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A7A; }
p { color: rgb(3,138,122); }
H1.HeaderClassName
{
color: #038A7A;
}
.AnyTagClassName
{
color: #038A7A;
}
</style>
background-color css
<style>
a { background-color: #038A7A; }
a { background-color: rgb(3,138,122); }
div.DivClassName
{
background-color: #038A7A;
}
.BgClassName
{
background-color: #038A7A;
}
</style>
border-color css
<style>
span { border-color: #038A7A; }
span { border-color: rgb(3,138,122); }
td.TdClassName
{
border-color: #038A7A;
}
.TagClassName
{
border-color: #038A7A;
}
</style>