#327C90

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

Shades of Astral #327C90

Tints of Astral #327C90

Color information

#327C90 (or 0x327C90) is unknown color: approx Astral. HEX triplet: 32, 7C and 90. RGB value is (50,124,144). Sum of RGB (Red+Green+Blue) = 50+124+144=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #327C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C90 is #CD836F. Grayscale: #686868. Windows color (decimal): -13468528 or 9468978. OLE color: 9468978.

HSL color Cylindrical-coordinate representation of color #327C90: hue angle of 192.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327C90 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50124144-
CMYK0.650.1400.44
HSL192.77º48.45%38.04%-
HSV(B)192.77º65.28%56.47%-
XYZ13.5617.1128.97-
YUV104.15150.4889.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=15.72%
G=38.99%
B=45.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501241440.650.1400.44192.7748.4538.04
Hex327C9041E02Cc13026
Octal62174220101160543016046
Binary11001011111001001000010000011110010110011000001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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