#038776

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

Shades of Observatory #038776

Tints of Observatory #038776

Color information

#038776 (or 0x038776) is unknown color: approx Observatory. HEX triplet: 03, 87 and 76. RGB value is (3,135,118). Sum of RGB (Red+Green+Blue) = 3+135+118=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #038776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038776 is #FC7889. Grayscale: #5D5D5D. Windows color (decimal): -16545930 or 7767811. OLE color: 7767811.

HSL color Cylindrical-coordinate representation of color #038776: hue angle of 172.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038776 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB3135118-
CMYK0.9800.130.47
HSL172.27º95.65%27.06%-
HSV(B)172.27º97.78%52.94%-
XYZ11.9718.6620.11-
YUV93.59141.7763.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.17%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=1.17%
G=52.73%
B=46.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31351180.9800.130.47172.2795.6527.06
Hex38776620D2Fac601b
Octal32071661420155725414033
Binary1110000111111011011000100110110111110101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038776; }

 p { color: rgb(3,135,118); }

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

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

 a { background-color: rgb(3,135,118); }

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

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

 span { border-color: rgb(3,135,118); }

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