#327C93

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

Shades of Astral #327C93

Tints of Astral #327C93

Color information

#327C93 (or 0x327C93) is unknown color: approx Astral. HEX triplet: 32, 7C and 93. RGB value is (50,124,147). Sum of RGB (Red+Green+Blue) = 50+124+147=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #327C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C93 is #CD836C. Grayscale: #686868. Windows color (decimal): -13468525 or 9665586. OLE color: 9665586.

HSL color Cylindrical-coordinate representation of color #327C93: hue angle of 194.23º 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 #327C93 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50124147-
CMYK0.660.1600.42
HSL194.23º49.24%38.63%-
HSV(B)194.23º65.99%57.65%-
XYZ13.7917.230.2-
YUV104.5151.9889.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=15.58%
G=38.63%
B=45.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501241470.660.1600.42194.2349.2438.63
Hex327C93421002Ac23127
Octal62174223102200523026147
Binary110010111110010010011100001010000010101011000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327C93; }

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

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

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

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

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

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

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

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