Shades of Observatory #038C75
Tints of Observatory #038C75
RGB
CMYK
RGB Variations
Color information
#038C75 (or 0x038C75) is known color: Observatory. HEX triplet: 03, 8C and 75. RGB value is (3,140,117). Sum of RGB (Red+Green+Blue) = 3+140+117=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #038C75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038C75 is #FC738A. Grayscale: #606060. Windows color (decimal): -16544651 or 7703555. OLE color: 7703555.
HSL color Cylindrical-coordinate representation of color #038C75: hue angle of 169.93º 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 #038C75 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 140 | 117 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.45 |
| HSL | 169.93º | 0.96% | 0.28% | - |
| HSV(B) | 169.93º | 0.98% | 0.55% | - |
| XYZ | 12.63 | 20.06 | 20.04 | - |
| YUV | 96.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 117 | 0.98 | 0 | 0.16 | 0.45 | 169.93 | 0.96 | 0.28 |
| Hex | 3 | 8C | 75 | 62 | 0 | 10 | 2D | AA | 60 | 1C |
| Octal | 3 | 214 | 165 | 142 | 0 | 20 | 55 | 252 | 140 | 34 |
| Binary | 11 | 10001100 | 1110101 | 1100010 | 0 | 10000 | 101101 | 10101010 | 1100000 | 11100 |
Color Harmonies of #038C75
Complementary color
Monochromatic Colors of #038C75
Black with #038C75
Text Example
Text Example
White with #038C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C75; }
p { color: rgb(3,140,117); }
H1.HeaderClassName
{
color: #038C75;
}
.AnyTagClassName
{
color: #038C75;
}
</style>
background-color css
<style>
a { background-color: #038C75; }
a { background-color: rgb(3,140,117); }
div.DivClassName
{
background-color: #038C75;
}
.BgClassName
{
background-color: #038C75;
}
</style>
border-color css
<style>
span { border-color: #038C75; }
span { border-color: rgb(3,140,117); }
td.TdClassName
{
border-color: #038C75;
}
.TagClassName
{
border-color: #038C75;
}
</style>