Shades of Observatory #038F65
Tints of Observatory #038F65
RGB
CMYK
RGB Variations
Color information
#038F65 (or 0x038F65) is known color: Observatory. HEX triplet: 03, 8F and 65. RGB value is (3,143,101). Sum of RGB (Red+Green+Blue) = 3+143+101=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #038F65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038F65 is #FC709A. Grayscale: #606060. Windows color (decimal): -16543899 or 6655747. OLE color: 6655747.
HSL color Cylindrical-coordinate representation of color #038F65: hue angle of 162º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F65 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 101 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.44 |
| HSL | 162º | 0.96% | 0.29% | - |
| HSV(B) | 162º | 0.98% | 0.56% | - |
| XYZ | 12.21 | 20.6 | 15.65 | - |
| YUV | 96.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 101 | 0.98 | 0 | 0.29 | 0.44 | 162 | 0.96 | 0.29 |
| Hex | 3 | 8F | 65 | 62 | 0 | 1D | 2C | A2 | 60 | 1D |
| Octal | 3 | 217 | 145 | 142 | 0 | 35 | 54 | 242 | 140 | 35 |
| Binary | 11 | 10001111 | 1100101 | 1100010 | 0 | 11101 | 101100 | 10100010 | 1100000 | 11101 |
Color Harmonies of #038F65
Complementary color
Monochromatic Colors of #038F65
Black with #038F65
Text Example
Text Example
White with #038F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F65; }
p { color: rgb(3,143,101); }
H1.HeaderClassName
{
color: #038F65;
}
.AnyTagClassName
{
color: #038F65;
}
</style>
background-color css
<style>
a { background-color: #038F65; }
a { background-color: rgb(3,143,101); }
div.DivClassName
{
background-color: #038F65;
}
.BgClassName
{
background-color: #038F65;
}
</style>
border-color css
<style>
span { border-color: #038F65; }
span { border-color: rgb(3,143,101); }
td.TdClassName
{
border-color: #038F65;
}
.TagClassName
{
border-color: #038F65;
}
</style>