#327590

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

Shades of Astral #327590

Tints of Astral #327590

Color information

#327590 (or 0x327590) is unknown color: approx Astral. HEX triplet: 32, 75 and 90. RGB value is (50,117,144). Sum of RGB (Red+Green+Blue) = 50+117+144=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #327590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327590 is #CD8A6F. Grayscale: #636363. Windows color (decimal): -13470320 or 9467186. OLE color: 9467186.

HSL color Cylindrical-coordinate representation of color #327590: hue angle of 197.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327590 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50117144-
CMYK0.650.1900.44
HSL197.23º48.45%38.04%-
HSV(B)197.23º65.28%56.47%-
XYZ12.7115.4128.69-
YUV100.04152.892.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=16.08%
G=37.62%
B=46.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501171440.650.1900.44197.2348.4538.04
Hex327590411302Cc53026
Octal62165220101230543056046
Binary110010111010110010000100000110011010110011000101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327590; }

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

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

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

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

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

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

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

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