#038D78

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

Shades of Observatory #038D78

Tints of Observatory #038D78

Color information

#038D78 (or 0x038D78) is unknown color: approx Observatory. HEX triplet: 03, 8D and 78. RGB value is (3,141,120). Sum of RGB (Red+Green+Blue) = 3+141+120=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #038D78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D78 is #FC7287. Grayscale: #616161. Windows color (decimal): -16544392 or 7900419. OLE color: 7900419.

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

Color convert

RGB3141120-
CMYK0.9800.150.45
HSL170.87º95.83%28.24%-
HSV(B)170.87º97.87%55.29%-
XYZ12.9520.4321.03-
YUV97.34140.7860.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 141 (55.47% from 255) = 53.41%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=1.14%
G=53.41%
B=45.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31411200.9800.150.45170.8795.8328.24
Hex38D78620F2Dab601c
Octal32151701420175525314034
Binary1110001101111100011000100111110110110101011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,141,120); }

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

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

 a { background-color: rgb(3,141,120); }

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

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

 span { border-color: rgb(3,141,120); }

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