#326D84

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

Shades of Astral #326D84

Tints of Astral #326D84

Color information

#326D84 (or 0x326D84) is unknown color: approx Astral. HEX triplet: 32, 6D and 84. RGB value is (50,109,132). Sum of RGB (Red+Green+Blue) = 50+109+132=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #326D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D84 is #CD927B. Grayscale: #5D5D5D. Windows color (decimal): -13472380 or 8678706. OLE color: 8678706.

HSL color Cylindrical-coordinate representation of color #326D84: hue angle of 196.83º 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 #326D84 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB50109132-
CMYK0.620.1700.48
HSL196.83º45.05%35.69%-
HSV(B)196.83º62.12%51.76%-
XYZ10.9513.2823.82-
YUV93.98149.4596.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=17.18%
G=37.46%
B=45.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501091320.620.1700.48196.8345.0535.69
Hex326D843E11030c52d24
Octal6215520476210603055544
Binary11001011011011000010011111010001011000011000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,132); }

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

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

 a { background-color: rgb(50,109,132); }

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

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

 span { border-color: rgb(50,109,132); }

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