#376D7E

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

Shades of Astral #376D7E

Tints of Astral #376D7E

Color information

#376D7E (or 0x376D7E) is unknown color: approx Astral. HEX triplet: 37, 6D and 7E. RGB value is (55,109,126). Sum of RGB (Red+Green+Blue) = 55+109+126=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #376D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D7E is #C89281. Grayscale: #5E5E5E. Windows color (decimal): -13144706 or 8285495. OLE color: 8285495.

HSL color Cylindrical-coordinate representation of color #376D7E: hue angle of 194.37º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #376D7E is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55109126-
CMYK0.560.1300.51
HSL194.37º39.23%35.49%-
HSV(B)194.37º56.35%49.41%-
XYZ10.8113.2621.73-
YUV94.79145.6199.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=18.97%
G=37.59%
B=43.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551091260.560.1300.51194.3739.2335.49
Hex376D7E38D033c22723
Octal6715517670150633024743
Binary110111110110111111101110001101011001111000010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,109,126); }

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

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

 a { background-color: rgb(55,109,126); }

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

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

 span { border-color: rgb(55,109,126); }

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