#326E91

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

Shades of Astral #326E91

Tints of Astral #326E91

Color information

#326E91 (or 0x326E91) is unknown color: approx Astral. HEX triplet: 32, 6E and 91. RGB value is (50,110,145). Sum of RGB (Red+Green+Blue) = 50+110+145=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #326E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E91 is #CD916E. Grayscale: #5F5F5F. Windows color (decimal): -13472111 or 9530930. OLE color: 9530930.

HSL color Cylindrical-coordinate representation of color #326E91: hue angle of 202.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326E91 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50110145-
CMYK0.660.2400.43
HSL202.11º48.72%38.24%-
HSV(B)202.11º65.52%56.86%-
XYZ1213.8728.83-
YUV96.05155.6295.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=16.39%
G=36.07%
B=47.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501101450.660.2400.43202.1148.7238.24
Hex326E91421802Bca3126
Octal62156221102300533126146
Binary110010110111010010001100001011000010101111001010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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