#327487

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

Shades of Astral #327487

Tints of Astral #327487

Color information

#327487 (or 0x327487) is unknown color: approx Astral. HEX triplet: 32, 74 and 87. RGB value is (50,116,135). Sum of RGB (Red+Green+Blue) = 50+116+135=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #327487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327487 is #CD8B78. Grayscale: #626262. Windows color (decimal): -13470585 or 8877106. OLE color: 8877106.

HSL color Cylindrical-coordinate representation of color #327487: hue angle of 193.41º 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 #327487 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50116135-
CMYK0.630.1400.47
HSL193.41º45.95%36.27%-
HSV(B)193.41º62.96%52.94%-
XYZ11.9314.9225.17-
YUV98.43148.6393.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=16.61%
G=38.54%
B=44.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501161350.630.1400.47193.4145.9536.27
Hex3274873FE02Fc12e24
Octal6216420777160573015644
Binary1100101110100100001111111111110010111111000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327487; }

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

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

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

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

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

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

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

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