#326A87

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

Shades of Astral #326A87

Tints of Astral #326A87

Color information

#326A87 (or 0x326A87) is unknown color: approx Astral. HEX triplet: 32, 6A and 87. RGB value is (50,106,135). Sum of RGB (Red+Green+Blue) = 50+106+135=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #326A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A87 is #CD9578. Grayscale: #5C5C5C. Windows color (decimal): -13473145 or 8874546. OLE color: 8874546.

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

Color convert

RGB50106135-
CMYK0.630.2100.47
HSL200.47º45.95%36.27%-
HSV(B)200.47º62.96%52.94%-
XYZ10.8412.7424.81-
YUV92.56151.9597.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=17.18%
G=36.43%
B=46.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501061350.630.2100.47200.4745.9536.27
Hex326A873F1502Fc82e24
Octal6215220777250573105644
Binary11001011010101000011111111110101010111111001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326A87; }

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

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

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

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

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

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

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

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