#327182

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

Shades of Astral #327182

Tints of Astral #327182

Color information

#327182 (or 0x327182) is unknown color: approx Astral. HEX triplet: 32, 71 and 82. RGB value is (50,113,130). Sum of RGB (Red+Green+Blue) = 50+113+130=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #327182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327182 is #CD8E7D. Grayscale: #5F5F5F. Windows color (decimal): -13471358 or 8548658. OLE color: 8548658.

HSL color Cylindrical-coordinate representation of color #327182: hue angle of 192.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327182 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50113130-
CMYK0.620.1300.49
HSL192.75º44.44%35.29%-
HSV(B)192.75º61.54%50.98%-
XYZ11.2514.123.25-
YUV96.1147.1395.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=17.06%
G=38.57%
B=44.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501131300.620.1300.49192.7544.4435.29
Hex3271823ED031c12c23
Octal6216120276150613015443
Binary1100101110001100000101111101101011000111000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327182; }

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

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

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

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

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

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

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

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