#327591

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

Shades of Astral #327591

Tints of Astral #327591

Color information

#327591 (or 0x327591) is unknown color: approx Astral. HEX triplet: 32, 75 and 91. RGB value is (50,117,145). Sum of RGB (Red+Green+Blue) = 50+117+145=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #327591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327591 is #CD8A6E. Grayscale: #636363. Windows color (decimal): -13470319 or 9532722. OLE color: 9532722.

HSL color Cylindrical-coordinate representation of color #327591: hue angle of 197.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327591 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50117145-
CMYK0.660.1900.43
HSL197.68º48.72%38.24%-
HSV(B)197.68º65.52%56.86%-
XYZ12.7915.4529.1-
YUV100.16153.392.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=16.03%
G=37.5%
B=46.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501171450.660.1900.43197.6848.7238.24
Hex327591421302Bc63126
Octal62165221102230533066146
Binary110010111010110010001100001010011010101111000110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327591; }

 p { color: rgb(50,117,145); }

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

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

 a { background-color: rgb(50,117,145); }

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

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

 span { border-color: rgb(50,117,145); }

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