#326A86

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

Shades of Astral #326A86

Tints of Astral #326A86

Color information

#326A86 (or 0x326A86) is unknown color: approx Astral. HEX triplet: 32, 6A and 86. RGB value is (50,106,134). Sum of RGB (Red+Green+Blue) = 50+106+134=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #326A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A86 is #CD9579. Grayscale: #5C5C5C. Windows color (decimal): -13473146 or 8809010. OLE color: 8809010.

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

Color convert

RGB50106134-
CMYK0.630.2100.47
HSL200º45.65%36.08%-
HSV(B)200º62.69%52.55%-
XYZ10.7712.7124.44-
YUV92.45151.4597.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=17.24%
G=36.55%
B=46.21%

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
Decimal501061340.630.2100.4720045.6536.08
Hex326A863F1502Fc82e24
Octal6215220677250573105644
Binary11001011010101000011011111110101010111111001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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