#376B80

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

Shades of Astral #376B80

Tints of Astral #376B80

Color information

#376B80 (or 0x376B80) is unknown color: approx Astral. HEX triplet: 37, 6B and 80. RGB value is (55,107,128). Sum of RGB (Red+Green+Blue) = 55+107+128=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #376B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B80 is #C8947F. Grayscale: #5D5D5D. Windows color (decimal): -13145216 or 8416055. OLE color: 8416055.

HSL color Cylindrical-coordinate representation of color #376B80: hue angle of 197.26º 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 #376B80 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB55107128-
CMYK0.570.1600.50
HSL197.26º39.89%35.88%-
HSV(B)197.26º57.03%50.2%-
XYZ10.7312.8922.34-
YUV93.85147.27100.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=18.97%
G=36.90%
B=44.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551071280.570.1600.50197.2639.8935.88
Hex376B803910032c52824
Octal6715320071200623055044
Binary11011111010111000000011100110000011001011000101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,107,128); }

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

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

 a { background-color: rgb(55,107,128); }

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

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

 span { border-color: rgb(55,107,128); }

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