#376E8E

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

Shades of Astral #376E8E

Tints of Astral #376E8E

Color information

#376E8E (or 0x376E8E) is unknown color: approx Astral. HEX triplet: 37, 6E and 8E. RGB value is (55,110,142). Sum of RGB (Red+Green+Blue) = 55+110+142=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #376E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E8E is #C89171. Grayscale: #616161. Windows color (decimal): -13144434 or 9334327. OLE color: 9334327.

HSL color Cylindrical-coordinate representation of color #376E8E: hue angle of 202.07º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #376E8E is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55110142-
CMYK0.610.2300.44
HSL202.07º44.16%38.63%-
HSV(B)202.07º61.27%55.69%-
XYZ12.0313.9227.64-
YUV97.2153.2897.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=17.92%
G=35.83%
B=46.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551101420.610.2300.44202.0744.1638.63
Hex376E8E3D1702Cca2c27
Octal6715621675270543125447
Binary11011111011101000111011110110111010110011001010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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