#038E70

Color #038E70 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #038E70

Tints of Observatory #038E70

Color information

#038E70 (or 0x038E70) is unknown color: approx Observatory. HEX triplet: 03, 8E and 70. RGB value is (3,142,112). Sum of RGB (Red+Green+Blue) = 3+142+112=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #038E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E70 is #FC718F. Grayscale: #616161. Windows color (decimal): -16544144 or 7376387. OLE color: 7376387.

HSL color Cylindrical-coordinate representation of color #038E70: hue angle of 167.05º 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 #038E70 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB3142112-
CMYK0.9800.210.44
HSL167.05º95.86%28.43%-
HSV(B)167.05º97.89%55.69%-
XYZ12.6420.5418.63-
YUV97.02136.4560.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=1.17%
G=55.25%
B=43.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31421120.9800.210.44167.0595.8628.43
Hex38E70620152Ca7601c
Octal32161601420255424714034
Binary11100011101110000110001001010110110010100111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038E70; }

 p { color: rgb(3,142,112); }

 H1.HeaderClassName
 {
   color: #038E70;
 }
 .AnyTagClassName
 {
   color: #038E70;
 }
</style>
background-color css

<style>
 a { background-color: #038E70; }

 a { background-color: rgb(3,142,112); }

 div.DivClassName
 {
   background-color: #038E70;
 }
 .BgClassName
 {
   background-color: #038E70;
 }
</style>
border-color css

<style>
 span { border-color: #038E70; }

 span { border-color: rgb(3,142,112); }

 td.TdClassName
 {
   border-color: #038E70;
 }
 .TagClassName
 {
   border-color: #038E70;
 }
</style>