#376A7C

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

Shades of Astral #376A7C

Tints of Astral #376A7C

Color information

#376A7C (or 0x376A7C) is unknown color: approx Astral. HEX triplet: 37, 6A and 7C. RGB value is (55,106,124). Sum of RGB (Red+Green+Blue) = 55+106+124=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #376A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A7C is #C89583. Grayscale: #5C5C5C. Windows color (decimal): -13145476 or 8153655. OLE color: 8153655.

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

Color convert

RGB55106124-
CMYK0.560.1500.51
HSL195.65º38.55%35.1%-
HSV(B)195.65º55.65%48.63%-
XYZ10.3712.5820.95-
YUV92.8145.6101.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=19.30%
G=37.19%
B=43.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551061240.560.1500.51195.6538.5535.1
Hex376A7C38F033c42723
Octal6715217470170633044743
Binary110111110101011111001110001111011001111000100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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