Shades of Observatory #038A74
Tints of Observatory #038A74
RGB
CMYK
RGB Variations
Color information
#038A74 (or 0x038A74) is known color: Observatory. HEX triplet: 03, 8A and 74. RGB value is (3,138,116). Sum of RGB (Red+Green+Blue) = 3+138+116=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #038A74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A74 is #FC758B. Grayscale: #5F5F5F. Windows color (decimal): -16545164 or 7637507. OLE color: 7637507.
HSL color Cylindrical-coordinate representation of color #038A74: hue angle of 170.22º 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 #038A74 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 116 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.46 |
| HSL | 170.22º | 0.96% | 0.28% | - |
| HSV(B) | 170.22º | 0.98% | 0.54% | - |
| XYZ | 12.28 | 19.46 | 19.63 | - |
| YUV | 95.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 116 | 0.98 | 0 | 0.16 | 0.46 | 170.22 | 0.96 | 0.28 |
| Hex | 3 | 8A | 74 | 62 | 0 | 10 | 2E | AA | 60 | 1C |
| Octal | 3 | 212 | 164 | 142 | 0 | 20 | 56 | 252 | 140 | 34 |
| Binary | 11 | 10001010 | 1110100 | 1100010 | 0 | 10000 | 101110 | 10101010 | 1100000 | 11100 |
Color Harmonies of #038A74
Complementary color
Monochromatic Colors of #038A74
Black with #038A74
Text Example
Text Example
White with #038A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A74; }
p { color: rgb(3,138,116); }
H1.HeaderClassName
{
color: #038A74;
}
.AnyTagClassName
{
color: #038A74;
}
</style>
background-color css
<style>
a { background-color: #038A74; }
a { background-color: rgb(3,138,116); }
div.DivClassName
{
background-color: #038A74;
}
.BgClassName
{
background-color: #038A74;
}
</style>
border-color css
<style>
span { border-color: #038A74; }
span { border-color: rgb(3,138,116); }
td.TdClassName
{
border-color: #038A74;
}
.TagClassName
{
border-color: #038A74;
}
</style>