#376E87

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

Shades of Astral #376E87

Tints of Astral #376E87

Color information

#376E87 (or 0x376E87) is unknown color: approx Astral. HEX triplet: 37, 6E and 87. RGB value is (55,110,135). Sum of RGB (Red+Green+Blue) = 55+110+135=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #376E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E87 is #C89178. Grayscale: #606060. Windows color (decimal): -13144441 or 8875575. OLE color: 8875575.

HSL color Cylindrical-coordinate representation of color #376E87: hue angle of 198.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376E87 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55110135-
CMYK0.590.1900.47
HSL198.75º42.11%37.25%-
HSV(B)198.75º59.26%52.94%-
XYZ11.5213.7124.96-
YUV96.4149.7898.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 135 (53.12% from 255) = 45%
R=18.33%
G=36.67%
B=45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551101350.590.1900.47198.7542.1137.25
Hex376E873B1302Fc72a25
Octal6715620773230573075245
Binary11011111011101000011111101110011010111111000111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376E87; }

 p { color: rgb(55,110,135); }

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

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

 a { background-color: rgb(55,110,135); }

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

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

 span { border-color: rgb(55,110,135); }

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