Shades of Observatory #038C6E
Tints of Observatory #038C6E
RGB
CMYK
RGB Variations
Color information
#038C6E (or 0x038C6E) is known color: Observatory. HEX triplet: 03, 8C and 6E. RGB value is (3,140,110). Sum of RGB (Red+Green+Blue) = 3+140+110=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #038C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038C6E is #FC7391. Grayscale: #5F5F5F. Windows color (decimal): -16544658 or 7244803. OLE color: 7244803.
HSL color Cylindrical-coordinate representation of color #038C6E: hue angle of 166.86º 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 #038C6E is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 110 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.45 |
| HSL | 166.86º | 0.96% | 0.28% | - |
| HSV(B) | 166.86º | 0.98% | 0.55% | - |
| XYZ | 12.23 | 19.9 | 17.95 | - |
| YUV | 95.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 110 | 0.98 | 0 | 0.21 | 0.45 | 166.86 | 0.96 | 0.28 |
| Hex | 3 | 8C | 6E | 62 | 0 | 15 | 2D | A7 | 60 | 1C |
| Octal | 3 | 214 | 156 | 142 | 0 | 25 | 55 | 247 | 140 | 34 |
| Binary | 11 | 10001100 | 1101110 | 1100010 | 0 | 10101 | 101101 | 10100111 | 1100000 | 11100 |
Color Harmonies of #038C6E
Complementary color
Monochromatic Colors of #038C6E
Black with #038C6E
Text Example
Text Example
White with #038C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C6E; }
p { color: rgb(3,140,110); }
H1.HeaderClassName
{
color: #038C6E;
}
.AnyTagClassName
{
color: #038C6E;
}
</style>
background-color css
<style>
a { background-color: #038C6E; }
a { background-color: rgb(3,140,110); }
div.DivClassName
{
background-color: #038C6E;
}
.BgClassName
{
background-color: #038C6E;
}
</style>
border-color css
<style>
span { border-color: #038C6E; }
span { border-color: rgb(3,140,110); }
td.TdClassName
{
border-color: #038C6E;
}
.TagClassName
{
border-color: #038C6E;
}
</style>