#327490

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

Shades of Astral #327490

Tints of Astral #327490

Color information

#327490 (or 0x327490) is unknown color: approx Astral. HEX triplet: 32, 74 and 90. RGB value is (50,116,144). Sum of RGB (Red+Green+Blue) = 50+116+144=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #327490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327490 is #CD8B6F. Grayscale: #636363. Windows color (decimal): -13470576 or 9466930. OLE color: 9466930.

HSL color Cylindrical-coordinate representation of color #327490: hue angle of 197.87º 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 #327490 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50116144-
CMYK0.650.1900.44
HSL197.87º48.45%38.04%-
HSV(B)197.87º65.28%56.47%-
XYZ12.5915.1828.65-
YUV99.46153.1392.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=16.13%
G=37.42%
B=46.45%

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
Decimal501161440.650.1900.44197.8748.4538.04
Hex327490411302Cc63026
Octal62164220101230543066046
Binary110010111010010010000100000110011010110011000110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327490; }

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

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

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

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

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

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

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

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