#326B84

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

Shades of Astral #326B84

Tints of Astral #326B84

Color information

#326B84 (or 0x326B84) is unknown color: approx Astral. HEX triplet: 32, 6B and 84. RGB value is (50,107,132). Sum of RGB (Red+Green+Blue) = 50+107+132=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #326B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326B84 is #CD947B. Grayscale: #5C5C5C. Windows color (decimal): -13472892 or 8678194. OLE color: 8678194.

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

Color convert

RGB50107132-
CMYK0.620.1900.48
HSL198.29º45.05%35.69%-
HSV(B)198.29º62.12%51.76%-
XYZ10.7412.8623.75-
YUV92.81150.1297.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=17.30%
G=37.02%
B=45.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501071320.620.1900.48198.2945.0535.69
Hex326B843E13030c62d24
Octal6215320476230603065544
Binary11001011010111000010011111010011011000011000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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