#326582

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

Shades of Astral #326582

Tints of Astral #326582

Color information

#326582 (or 0x326582) is unknown color: approx Astral. HEX triplet: 32, 65 and 82. RGB value is (50,101,130). Sum of RGB (Red+Green+Blue) = 50+101+130=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #326582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326582 is #CD9A7D. Grayscale: #585858. Windows color (decimal): -13474430 or 8545586. OLE color: 8545586.

HSL color Cylindrical-coordinate representation of color #326582: hue angle of 201.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326582 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50101130-
CMYK0.620.2200.49
HSL201.75º44.44%35.29%-
HSV(B)201.75º61.54%50.98%-
XYZ1011.622.83-
YUV89.06151.1100.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=17.79%
G=35.94%
B=46.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501011300.620.2200.49201.7544.4435.29
Hex3265823E16031ca2c23
Octal6214520276260613125443
Binary11001011001011000001011111010110011000111001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326582; }

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

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

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

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

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

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

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

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