#326B82

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

Shades of Astral #326B82

Tints of Astral #326B82

Color information

#326B82 (or 0x326B82) is unknown color: approx Astral. HEX triplet: 32, 6B and 82. RGB value is (50,107,130). Sum of RGB (Red+Green+Blue) = 50+107+130=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #326B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326B82 is #CD947D. Grayscale: #5C5C5C. Windows color (decimal): -13472894 or 8547122. OLE color: 8547122.

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

Color convert

RGB50107130-
CMYK0.620.1800.49
HSL197.25º44.44%35.29%-
HSV(B)197.25º61.54%50.98%-
XYZ10.612.8123.03-
YUV92.58149.1297.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=17.42%
G=37.28%
B=45.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501071300.620.1800.49197.2544.4435.29
Hex326B823E12031c52c23
Octal6215320276220613055443
Binary11001011010111000001011111010010011000111000101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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