#376E7D

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

Shades of Astral #376E7D

Tints of Astral #376E7D

Color information

#376E7D (or 0x376E7D) is unknown color: approx Astral. HEX triplet: 37, 6E and 7D. RGB value is (55,110,125). Sum of RGB (Red+Green+Blue) = 55+110+125=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #376E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E7D is #C89182. Grayscale: #5F5F5F. Windows color (decimal): -13144451 or 8220215. OLE color: 8220215.

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

Color convert

RGB55110125-
CMYK0.560.1200.51
HSL192.86º38.89%35.29%-
HSV(B)192.86º56%49.02%-
XYZ10.8513.4421.43-
YUV95.26144.7899.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=18.97%
G=37.93%
B=43.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551101250.560.1200.51192.8638.8935.29
Hex376E7D38C033c12723
Octal6715617570140633014743
Binary110111110111011111011110001100011001111000001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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