#326889

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

Shades of Astral #326889

Tints of Astral #326889

Color information

#326889 (or 0x326889) is unknown color: approx Astral. HEX triplet: 32, 68 and 89. RGB value is (50,104,137). Sum of RGB (Red+Green+Blue) = 50+104+137=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #326889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326889 is #CD9776. Grayscale: #5B5B5B. Windows color (decimal): -13473655 or 9005106. OLE color: 9005106.

HSL color Cylindrical-coordinate representation of color #326889: hue angle of 202.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326889 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50104137-
CMYK0.640.2400.46
HSL202.76º46.52%36.67%-
HSV(B)202.76º63.5%53.73%-
XYZ10.7812.3825.49-
YUV91.62153.6198.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=17.18%
G=35.74%
B=47.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501041370.640.2400.46202.7646.5236.67
Hex326889401802Ecb2f25
Octal62150211100300563135745
Binary110010110100010001001100000011000010111011001011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326889; }

 p { color: rgb(50,104,137); }

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

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

 a { background-color: rgb(50,104,137); }

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

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

 span { border-color: rgb(50,104,137); }

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