#327493

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

Shades of Astral #327493

Tints of Astral #327493

Color information

#327493 (or 0x327493) is unknown color: approx Astral. HEX triplet: 32, 74 and 93. RGB value is (50,116,147). Sum of RGB (Red+Green+Blue) = 50+116+147=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #327493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327493 is #CD8B6C. Grayscale: #636363. Windows color (decimal): -13470573 or 9663538. OLE color: 9663538.

HSL color Cylindrical-coordinate representation of color #327493: hue angle of 199.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327493 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50116147-
CMYK0.660.2100.42
HSL199.18º49.24%38.63%-
HSV(B)199.18º65.99%57.65%-
XYZ12.8315.2829.88-
YUV99.8154.6392.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=15.97%
G=37.06%
B=46.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501161470.660.2100.42199.1849.2438.63
Hex327493421502Ac73127
Octal62164223102250523076147
Binary110010111010010010011100001010101010101011000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327493; }

 p { color: rgb(50,116,147); }

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

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

 a { background-color: rgb(50,116,147); }

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

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

 span { border-color: rgb(50,116,147); }

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