#376D7F

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

Shades of Astral #376D7F

Tints of Astral #376D7F

Color information

#376D7F (or 0x376D7F) is unknown color: approx Astral. HEX triplet: 37, 6D and 7F. RGB value is (55,109,127). Sum of RGB (Red+Green+Blue) = 55+109+127=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #376D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D7F is #C89280. Grayscale: #5E5E5E. Windows color (decimal): -13144705 or 8351031. OLE color: 8351031.

HSL color Cylindrical-coordinate representation of color #376D7F: hue angle of 195º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376D7F is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55109127-
CMYK0.570.1400.50
HSL195º39.56%35.69%-
HSV(B)195º56.69%49.8%-
XYZ10.8713.2822.07-
YUV94.91146.1199.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 127 (50% from 255) = 43.64%
R=18.90%
G=37.46%
B=43.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551091270.570.1400.5019539.5635.69
Hex376D7F39E032c32824
Octal6715517771160623035044
Binary110111110110111111111110011110011001011000011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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