#327280

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

Shades of Astral #327280

Tints of Astral #327280

Color information

#327280 (or 0x327280) is unknown color: approx Astral. HEX triplet: 32, 72 and 80. RGB value is (50,114,128). Sum of RGB (Red+Green+Blue) = 50+114+128=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #327280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327280 is #CD8D7F. Grayscale: #606060. Windows color (decimal): -13471104 or 8417842. OLE color: 8417842.

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

Color convert

RGB50114128-
CMYK0.610.1100.50
HSL190.77º43.82%34.9%-
HSV(B)190.77º60.94%50.2%-
XYZ11.2314.2722.58-
YUV96.46145.894.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=17.12%
G=39.04%
B=43.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501141280.610.1100.50190.7743.8234.9
Hex3272803DB032bf2c23
Octal6216220075130622775443
Binary1100101110010100000001111011011011001010111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327280; }

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

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

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

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

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

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

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

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