#376E86

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

Shades of Astral #376E86

Tints of Astral #376E86

Color information

#376E86 (or 0x376E86) is unknown color: approx Astral. HEX triplet: 37, 6E and 86. RGB value is (55,110,134). Sum of RGB (Red+Green+Blue) = 55+110+134=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #376E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E86 is #C89179. Grayscale: #606060. Windows color (decimal): -13144442 or 8810039. OLE color: 8810039.

HSL color Cylindrical-coordinate representation of color #376E86: hue angle of 198.23º 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 #376E86 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55110134-
CMYK0.590.1800.47
HSL198.23º41.8%37.06%-
HSV(B)198.23º58.96%52.55%-
XYZ11.4513.6924.59-
YUV96.29149.2898.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=18.39%
G=36.79%
B=44.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551101340.590.1800.47198.2341.837.06
Hex376E863B1202Fc62a25
Octal6715620673220573065245
Binary11011111011101000011011101110010010111111000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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