#327794

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

Shades of Astral #327794

Tints of Astral #327794

Color information

#327794 (or 0x327794) is unknown color: approx Astral. HEX triplet: 32, 77 and 94. RGB value is (50,119,148). Sum of RGB (Red+Green+Blue) = 50+119+148=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #327794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327794 is #CD886B. Grayscale: #656565. Windows color (decimal): -13469804 or 9729842. OLE color: 9729842.

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

Color convert

RGB50119148-
CMYK0.660.2000.42
HSL197.76º49.49%38.82%-
HSV(B)197.76º66.22%58.04%-
XYZ13.2616.0130.41-
YUV101.68154.1491.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=15.77%
G=37.54%
B=46.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501191480.660.2000.42197.7649.4938.82
Hex327794421402Ac63127
Octal62167224102240523066147
Binary110010111011110010100100001010100010101011000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327794; }

 p { color: rgb(50,119,148); }

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

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

 a { background-color: rgb(50,119,148); }

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

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

 span { border-color: rgb(50,119,148); }

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