#326680

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

Shades of Astral #326680

Tints of Astral #326680

Color information

#326680 (or 0x326680) is unknown color: approx Astral. HEX triplet: 32, 66 and 80. RGB value is (50,102,128). Sum of RGB (Red+Green+Blue) = 50+102+128=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #326680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326680 is #CD997F. Grayscale: #595959. Windows color (decimal): -13474176 or 8414770. OLE color: 8414770.

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

Color convert

RGB50102128-
CMYK0.610.2000.50
HSL200º43.82%34.9%-
HSV(B)200º60.94%50.2%-
XYZ9.9611.7422.16-
YUV89.42149.7799.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=17.86%
G=36.43%
B=45.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501021280.610.2000.5020043.8234.9
Hex3266803D14032c82c23
Octal6214620075240623105443
Binary11001011001101000000011110110100011001011001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326680; }

 p { color: rgb(50,102,128); }

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

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

 a { background-color: rgb(50,102,128); }

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

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

 span { border-color: rgb(50,102,128); }

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