#376D7D

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

Shades of Astral #376D7D

Tints of Astral #376D7D

Color information

#376D7D (or 0x376D7D) is unknown color: approx Astral. HEX triplet: 37, 6D and 7D. RGB value is (55,109,125). Sum of RGB (Red+Green+Blue) = 55+109+125=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #376D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D7D is #C89282. Grayscale: #5E5E5E. Windows color (decimal): -13144707 or 8219959. OLE color: 8219959.

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

Color convert

RGB55109125-
CMYK0.560.1300.51
HSL193.71º38.89%35.29%-
HSV(B)193.71º56%49.02%-
XYZ10.7513.2321.39-
YUV94.68145.1199.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=19.03%
G=37.72%
B=43.25%

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
Decimal551091250.560.1300.51193.7138.8935.29
Hex376D7D38D033c22723
Octal6715517570150633024743
Binary110111110110111111011110001101011001111000010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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