#326780

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

Shades of Astral #326780

Tints of Astral #326780

Color information

#326780 (or 0x326780) is unknown color: approx Astral. HEX triplet: 32, 67 and 80. RGB value is (50,103,128). Sum of RGB (Red+Green+Blue) = 50+103+128=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #326780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326780 is #CD987F. Grayscale: #595959. Windows color (decimal): -13473920 or 8415026. OLE color: 8415026.

HSL color Cylindrical-coordinate representation of color #326780: hue angle of 199.23º 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 #326780 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50103128-
CMYK0.610.2000.50
HSL199.23º43.82%34.9%-
HSV(B)199.23º60.94%50.2%-
XYZ10.0611.9422.2-
YUV90149.4499.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=17.79%
G=36.65%
B=45.55%

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
Decimal501031280.610.2000.50199.2343.8234.9
Hex3267803D14032c72c23
Octal6214720075240623075443
Binary11001011001111000000011110110100011001011000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326780; }

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

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

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

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

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

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

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

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