Shades of Observatory #038464
Tints of Observatory #038464
RGB
CMYK
RGB Variations
Color information
#038464 (or 0x038464) is known color: Observatory. HEX triplet: 03, 84 and 64. RGB value is (3,132,100). Sum of RGB (Red+Green+Blue) = 3+132+100=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #038464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038464 is #FC7B9B. Grayscale: #595959. Windows color (decimal): -16546716 or 6587395. OLE color: 6587395.
HSL color Cylindrical-coordinate representation of color #038464: hue angle of 165.12º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038464 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 132 | 100 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.48 |
| HSL | 165.12º | 0.96% | 0.26% | - |
| HSV(B) | 165.12º | 0.98% | 0.52% | - |
| XYZ | 10.59 | 17.44 | 14.87 | - |
| YUV | 89.78 | 133.76 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 100 | 0.98 | 0 | 0.24 | 0.48 | 165.12 | 0.96 | 0.26 |
| Hex | 3 | 84 | 64 | 62 | 0 | 18 | 30 | A5 | 60 | 1A |
| Octal | 3 | 204 | 144 | 142 | 0 | 30 | 60 | 245 | 140 | 32 |
| Binary | 11 | 10000100 | 1100100 | 1100010 | 0 | 11000 | 110000 | 10100101 | 1100000 | 11010 |
Color Harmonies of #038464
Complementary color
Monochromatic Colors of #038464
Black with #038464
Text Example
Text Example
White with #038464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038464; }
p { color: rgb(3,132,100); }
H1.HeaderClassName
{
color: #038464;
}
.AnyTagClassName
{
color: #038464;
}
</style>
background-color css
<style>
a { background-color: #038464; }
a { background-color: rgb(3,132,100); }
div.DivClassName
{
background-color: #038464;
}
.BgClassName
{
background-color: #038464;
}
</style>
border-color css
<style>
span { border-color: #038464; }
span { border-color: rgb(3,132,100); }
td.TdClassName
{
border-color: #038464;
}
.TagClassName
{
border-color: #038464;
}
</style>