#327587

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

Shades of Astral #327587

Tints of Astral #327587

Color information

#327587 (or 0x327587) is unknown color: approx Astral. HEX triplet: 32, 75 and 87. RGB value is (50,117,135). Sum of RGB (Red+Green+Blue) = 50+117+135=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #327587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327587 is #CD8A78. Grayscale: #626262. Windows color (decimal): -13470329 or 8877362. OLE color: 8877362.

HSL color Cylindrical-coordinate representation of color #327587: hue angle of 192.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327587 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50117135-
CMYK0.630.1300.47
HSL192.71º45.95%36.27%-
HSV(B)192.71º62.96%52.94%-
XYZ12.0515.1525.21-
YUV99.02148.393.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=16.56%
G=38.74%
B=44.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501171350.630.1300.47192.7145.9536.27
Hex3275873FD02Fc12e24
Octal6216520777150573015644
Binary1100101110101100001111111111101010111111000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327587; }

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

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

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

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

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

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

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

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