#326589

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

Shades of Astral #326589

Tints of Astral #326589

Color information

#326589 (or 0x326589) is unknown color: approx Astral. HEX triplet: 32, 65 and 89. RGB value is (50,101,137). Sum of RGB (Red+Green+Blue) = 50+101+137=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #326589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326589 is #CD9A76. Grayscale: #595959. Windows color (decimal): -13474423 or 9004338. OLE color: 9004338.

HSL color Cylindrical-coordinate representation of color #326589: hue angle of 204.83º 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 #326589 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50101137-
CMYK0.640.2600.46
HSL204.83º46.52%36.67%-
HSV(B)204.83º63.5%53.73%-
XYZ10.4811.7925.39-
YUV89.85154.699.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=17.36%
G=35.07%
B=47.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501011370.640.2600.46204.8346.5236.67
Hex326589401A02Ecd2f25
Octal62145211100320563155745
Binary110010110010110001001100000011010010111011001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326589; }

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

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

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

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

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

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

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

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