Shades of Observatory #038C7B
Tints of Observatory #038C7B
RGB
CMYK
RGB Variations
Color information
#038C7B (or 0x038C7B) is known color: Observatory. HEX triplet: 03, 8C and 7B. RGB value is (3,140,123). Sum of RGB (Red+Green+Blue) = 3+140+123=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #038C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038C7B is #FC7384. Grayscale: #616161. Windows color (decimal): -16544645 or 8096771. OLE color: 8096771.
HSL color Cylindrical-coordinate representation of color #038C7B: hue angle of 172.55º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C7B is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 123 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.45 |
| HSL | 172.55º | 0.96% | 0.28% | - |
| HSV(B) | 172.55º | 0.98% | 0.55% | - |
| XYZ | 12.99 | 20.21 | 21.95 | - |
| YUV | 97.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 123 | 0.98 | 0 | 0.12 | 0.45 | 172.55 | 0.96 | 0.28 |
| Hex | 3 | 8C | 7B | 62 | 0 | C | 2D | AD | 60 | 1C |
| Octal | 3 | 214 | 173 | 142 | 0 | 14 | 55 | 255 | 140 | 34 |
| Binary | 11 | 10001100 | 1111011 | 1100010 | 0 | 1100 | 101101 | 10101101 | 1100000 | 11100 |
Color Harmonies of #038C7B
Complementary color
Monochromatic Colors of #038C7B
Black with #038C7B
Text Example
Text Example
White with #038C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C7B; }
p { color: rgb(3,140,123); }
H1.HeaderClassName
{
color: #038C7B;
}
.AnyTagClassName
{
color: #038C7B;
}
</style>
background-color css
<style>
a { background-color: #038C7B; }
a { background-color: rgb(3,140,123); }
div.DivClassName
{
background-color: #038C7B;
}
.BgClassName
{
background-color: #038C7B;
}
</style>
border-color css
<style>
span { border-color: #038C7B; }
span { border-color: rgb(3,140,123); }
td.TdClassName
{
border-color: #038C7B;
}
.TagClassName
{
border-color: #038C7B;
}
</style>