#376B7C

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

Shades of Astral #376B7C

Tints of Astral #376B7C

Color information

#376B7C (or 0x376B7C) is unknown color: approx Astral. HEX triplet: 37, 6B and 7C. RGB value is (55,107,124). Sum of RGB (Red+Green+Blue) = 55+107+124=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #376B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B7C is #C89483. Grayscale: #5D5D5D. Windows color (decimal): -13145220 or 8153911. OLE color: 8153911.

HSL color Cylindrical-coordinate representation of color #376B7C: hue angle of 194.78º 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 #376B7C is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55107124-
CMYK0.560.1400.51
HSL194.78º38.55%35.1%-
HSV(B)194.78º55.65%48.63%-
XYZ10.4712.7820.98-
YUV93.39145.27100.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=19.23%
G=37.41%
B=43.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551071240.560.1400.51194.7838.5535.1
Hex376B7C38E033c32723
Octal6715317470160633034743
Binary110111110101111111001110001110011001111000011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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