Shades of Observatory #038E68
Tints of Observatory #038E68
RGB
CMYK
RGB Variations
Color information
#038E68 (or 0x038E68) is known color: Observatory. HEX triplet: 03, 8E and 68. RGB value is (3,142,104). Sum of RGB (Red+Green+Blue) = 3+142+104=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #038E68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E68 is #FC7197. Grayscale: #606060. Windows color (decimal): -16544152 or 6852099. OLE color: 6852099.
HSL color Cylindrical-coordinate representation of color #038E68: hue angle of 163.6º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E68 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 142 | 104 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.44 |
| HSL | 163.6º | 0.96% | 0.28% | - |
| HSV(B) | 163.6º | 0.98% | 0.56% | - |
| XYZ | 12.21 | 20.36 | 16.38 | - |
| YUV | 96.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 104 | 0.98 | 0 | 0.27 | 0.44 | 163.6 | 0.96 | 0.28 |
| Hex | 3 | 8E | 68 | 62 | 0 | 1B | 2C | A4 | 60 | 1C |
| Octal | 3 | 216 | 150 | 142 | 0 | 33 | 54 | 244 | 140 | 34 |
| Binary | 11 | 10001110 | 1101000 | 1100010 | 0 | 11011 | 101100 | 10100100 | 1100000 | 11100 |
Color Harmonies of #038E68
Complementary color
Monochromatic Colors of #038E68
Black with #038E68
Text Example
Text Example
White with #038E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038E68; }
p { color: rgb(3,142,104); }
H1.HeaderClassName
{
color: #038E68;
}
.AnyTagClassName
{
color: #038E68;
}
</style>
background-color css
<style>
a { background-color: #038E68; }
a { background-color: rgb(3,142,104); }
div.DivClassName
{
background-color: #038E68;
}
.BgClassName
{
background-color: #038E68;
}
</style>
border-color css
<style>
span { border-color: #038E68; }
span { border-color: rgb(3,142,104); }
td.TdClassName
{
border-color: #038E68;
}
.TagClassName
{
border-color: #038E68;
}
</style>