#326A85

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

Shades of Astral #326A85

Tints of Astral #326A85

Color information

#326A85 (or 0x326A85) is unknown color: approx Astral. HEX triplet: 32, 6A and 85. RGB value is (50,106,133). Sum of RGB (Red+Green+Blue) = 50+106+133=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #326A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A85 is #CD957A. Grayscale: #5C5C5C. Windows color (decimal): -13473147 or 8743474. OLE color: 8743474.

HSL color Cylindrical-coordinate representation of color #326A85: hue angle of 199.52º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326A85 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB50106133-
CMYK0.620.2000.48
HSL199.52º45.36%35.88%-
HSV(B)199.52º62.41%52.16%-
XYZ10.712.6824.07-
YUV92.33150.9597.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=17.30%
G=36.68%
B=46.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501061330.620.2000.48199.5245.3635.88
Hex326A853E14030c82d24
Octal6215220576240603105544
Binary11001011010101000010111111010100011000011001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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