#376E85

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

Shades of Astral #376E85

Tints of Astral #376E85

Color information

#376E85 (or 0x376E85) is unknown color: approx Astral. HEX triplet: 37, 6E and 85. RGB value is (55,110,133). Sum of RGB (Red+Green+Blue) = 55+110+133=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #376E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E85 is #C8917A. Grayscale: #606060. Windows color (decimal): -13144443 or 8744503. OLE color: 8744503.

HSL color Cylindrical-coordinate representation of color #376E85: hue angle of 197.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376E85 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55110133-
CMYK0.590.1700.48
HSL197.69º41.49%36.86%-
HSV(B)197.69º58.65%52.16%-
XYZ11.3913.6624.23-
YUV96.18148.7898.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=18.46%
G=36.91%
B=44.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551101330.590.1700.48197.6941.4936.86
Hex376E853B11030c62925
Octal6715620573210603065145
Binary11011111011101000010111101110001011000011000110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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