#326E87

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

Shades of Astral #326E87

Tints of Astral #326E87

Color information

#326E87 (or 0x326E87) is unknown color: approx Astral. HEX triplet: 32, 6E and 87. RGB value is (50,110,135). Sum of RGB (Red+Green+Blue) = 50+110+135=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #326E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E87 is #CD9178. Grayscale: #5E5E5E. Windows color (decimal): -13472121 or 8875570. OLE color: 8875570.

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

Color convert

RGB50110135-
CMYK0.630.1900.47
HSL197.65º45.95%36.27%-
HSV(B)197.65º62.96%52.94%-
XYZ11.2613.5824.95-
YUV94.91150.6295.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=16.95%
G=37.29%
B=45.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501101350.630.1900.47197.6545.9536.27
Hex326E873F1302Fc62e24
Octal6215620777230573065644
Binary11001011011101000011111111110011010111111000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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