#376E90

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

Shades of Astral #376E90

Tints of Astral #376E90

Color information

#376E90 (or 0x376E90) is unknown color: approx Astral. HEX triplet: 37, 6E and 90. RGB value is (55,110,144). Sum of RGB (Red+Green+Blue) = 55+110+144=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #376E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376E90 is #C8916F. Grayscale: #616161. Windows color (decimal): -13144432 or 9465399. OLE color: 9465399.

HSL color Cylindrical-coordinate representation of color #376E90: hue angle of 202.92º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376E90 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55110144-
CMYK0.620.2400.44
HSL202.92º44.72%39.02%-
HSV(B)202.92º61.81%56.47%-
XYZ12.1913.9828.44-
YUV97.43154.2897.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=17.80%
G=35.60%
B=46.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551101440.620.2400.44202.9244.7239.02
Hex376E903E1802Ccb2d27
Octal6715622076300543135547
Binary11011111011101001000011111011000010110011001011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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