#327181

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

Shades of Astral #327181

Tints of Astral #327181

Color information

#327181 (or 0x327181) is unknown color: approx Astral. HEX triplet: 32, 71 and 81. RGB value is (50,113,129). Sum of RGB (Red+Green+Blue) = 50+113+129=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #327181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327181 is #CD8E7E. Grayscale: #5F5F5F. Windows color (decimal): -13471359 or 8483122. OLE color: 8483122.

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

Color convert

RGB50113129-
CMYK0.610.1200.49
HSL192.15º44.13%35.1%-
HSV(B)192.15º61.24%50.59%-
XYZ11.1814.0722.9-
YUV95.99146.6395.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=17.12%
G=38.70%
B=44.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501131290.610.1200.49192.1544.1335.1
Hex3271813DC031c02c23
Octal6216120175140613005443
Binary1100101110001100000011111011100011000111000000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327181; }

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

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

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

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

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

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

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

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