#327081

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

Shades of Astral #327081

Tints of Astral #327081

Color information

#327081 (or 0x327081) is unknown color: approx Astral. HEX triplet: 32, 70 and 81. RGB value is (50,112,129). Sum of RGB (Red+Green+Blue) = 50+112+129=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #327081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327081 is #CD8F7E. Grayscale: #5F5F5F. Windows color (decimal): -13471615 or 8482866. OLE color: 8482866.

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

Color convert

RGB50112129-
CMYK0.610.1300.49
HSL192.91º44.13%35.1%-
HSV(B)192.91º61.24%50.59%-
XYZ11.0713.8522.86-
YUV95.4146.9695.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=17.18%
G=38.49%
B=44.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501121290.610.1300.49192.9144.1335.1
Hex3270813DD031c12c23
Octal6216020175150613015443
Binary1100101110000100000011111011101011000111000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327081; }

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

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

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

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

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

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

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

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