#376891

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

Shades of Astral #376891

Tints of Astral #376891

Color information

#376891 (or 0x376891) is unknown color: approx Astral. HEX triplet: 37, 68 and 91. RGB value is (55,104,145). Sum of RGB (Red+Green+Blue) = 55+104+145=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #376891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376891 is #C8976E. Grayscale: #5D5D5D. Windows color (decimal): -13145967 or 9529399. OLE color: 9529399.

HSL color Cylindrical-coordinate representation of color #376891: hue angle of 207.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376891 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55104145-
CMYK0.620.2800.43
HSL207.33º45%39.22%-
HSV(B)207.33º62.07%56.86%-
XYZ11.6412.7628.64-
YUV94.02156.77100.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=18.09%
G=34.21%
B=47.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551041450.620.2800.43207.334539.22
Hex3768913E1C02Bcf2d27
Octal6715022176340533175547
Binary11011111010001001000111111011100010101111001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376891; }

 p { color: rgb(55,104,145); }

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

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

 a { background-color: rgb(55,104,145); }

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

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

 span { border-color: rgb(55,104,145); }

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