Shades of Observatory #038A6C
Tints of Observatory #038A6C
RGB
CMYK
RGB Variations
Color information
#038A6C (or 0x038A6C) is known color: Observatory. HEX triplet: 03, 8A and 6C. RGB value is (3,138,108). Sum of RGB (Red+Green+Blue) = 3+138+108=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #038A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A6C is #FC7593. Grayscale: #5E5E5E. Windows color (decimal): -16545172 or 7113219. OLE color: 7113219.
HSL color Cylindrical-coordinate representation of color #038A6C: hue angle of 166.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A6C is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 108 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.46 |
| HSL | 166.67º | 0.96% | 0.28% | - |
| HSV(B) | 166.67º | 0.98% | 0.54% | - |
| XYZ | 11.83 | 19.28 | 17.28 | - |
| YUV | 94.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 108 | 0.98 | 0 | 0.22 | 0.46 | 166.67 | 0.96 | 0.28 |
| Hex | 3 | 8A | 6C | 62 | 0 | 16 | 2E | A7 | 60 | 1C |
| Octal | 3 | 212 | 154 | 142 | 0 | 26 | 56 | 247 | 140 | 34 |
| Binary | 11 | 10001010 | 1101100 | 1100010 | 0 | 10110 | 101110 | 10100111 | 1100000 | 11100 |
Color Harmonies of #038A6C
Complementary color
Monochromatic Colors of #038A6C
Black with #038A6C
Text Example
Text Example
White with #038A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A6C; }
p { color: rgb(3,138,108); }
H1.HeaderClassName
{
color: #038A6C;
}
.AnyTagClassName
{
color: #038A6C;
}
</style>
background-color css
<style>
a { background-color: #038A6C; }
a { background-color: rgb(3,138,108); }
div.DivClassName
{
background-color: #038A6C;
}
.BgClassName
{
background-color: #038A6C;
}
</style>
border-color css
<style>
span { border-color: #038A6C; }
span { border-color: rgb(3,138,108); }
td.TdClassName
{
border-color: #038A6C;
}
.TagClassName
{
border-color: #038A6C;
}
</style>