#326E82

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

Shades of Astral #326E82

Tints of Astral #326E82

Color information

#326E82 (or 0x326E82) is unknown color: approx Astral. HEX triplet: 32, 6E and 82. RGB value is (50,110,130). Sum of RGB (Red+Green+Blue) = 50+110+130=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #326E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E82 is #CD917D. Grayscale: #5E5E5E. Windows color (decimal): -13472126 or 8547890. OLE color: 8547890.

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

Color convert

RGB50110130-
CMYK0.620.1500.49
HSL195º44.44%35.29%-
HSV(B)195º61.54%50.98%-
XYZ10.9213.4423.14-
YUV94.34148.1296.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=17.24%
G=37.93%
B=44.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501101300.620.1500.4919544.4435.29
Hex326E823EF031c32c23
Octal6215620276170613035443
Binary1100101101110100000101111101111011000111000011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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