#327C96

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

Shades of Astral #327C96

Tints of Astral #327C96

Color information

#327C96 (or 0x327C96) is unknown color: approx Astral. HEX triplet: 32, 7C and 96. RGB value is (50,124,150). Sum of RGB (Red+Green+Blue) = 50+124+150=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #327C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C96 is #CD8369. Grayscale: #686868. Windows color (decimal): -13468522 or 9862194. OLE color: 9862194.

HSL color Cylindrical-coordinate representation of color #327C96: hue angle of 195.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327C96 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50124150-
CMYK0.670.1700.41
HSL195.6º50%39.22%-
HSV(B)195.6º66.67%58.82%-
XYZ14.0317.331.45-
YUV104.84153.4888.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=15.43%
G=38.27%
B=46.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501241500.670.1700.41195.65039.22
Hex327C964311029c43227
Octal62174226103210513046247
Binary110010111110010010110100001110001010100111000100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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