#038877

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

Shades of Observatory #038877

Tints of Observatory #038877

Color information

#038877 (or 0x038877) is unknown color: approx Observatory. HEX triplet: 03, 88 and 77. RGB value is (3,136,119). Sum of RGB (Red+Green+Blue) = 3+136+119=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #038877 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038877 is #FC7788. Grayscale: #5E5E5E. Windows color (decimal): -16545673 or 7833603. OLE color: 7833603.

HSL color Cylindrical-coordinate representation of color #038877: hue angle of 172.33º 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 #038877 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB3136119-
CMYK0.9800.120.47
HSL172.33º95.68%27.25%-
HSV(B)172.33º97.79%53.33%-
XYZ12.1718.9620.47-
YUV94.3141.9462.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.16%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=1.16%
G=52.71%
B=46.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31361190.9800.120.47172.3395.6827.25
Hex38877620C2Fac601b
Octal32101671420145725414033
Binary1110001000111011111000100110010111110101100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038877; }

 p { color: rgb(3,136,119); }

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

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

 a { background-color: rgb(3,136,119); }

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

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

 span { border-color: rgb(3,136,119); }

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