#326881

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

Shades of Astral #326881

Tints of Astral #326881

Color information

#326881 (or 0x326881) is unknown color: approx Astral. HEX triplet: 32, 68 and 81. RGB value is (50,104,129). Sum of RGB (Red+Green+Blue) = 50+104+129=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #326881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326881 is #CD977E. Grayscale: #5A5A5A. Windows color (decimal): -13473663 or 8480818. OLE color: 8480818.

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

Color convert

RGB50104129-
CMYK0.610.1900.49
HSL198.99º44.13%35.1%-
HSV(B)198.99º61.24%50.59%-
XYZ10.2312.1622.58-
YUV90.7149.6198.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=17.67%
G=36.75%
B=45.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501041290.610.1900.49198.9944.1335.1
Hex3268813D13031c72c23
Octal6215020175230613075443
Binary11001011010001000000111110110011011000111000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326881; }

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

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

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

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

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

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

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

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