#327997

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

Shades of Astral #327997

Tints of Astral #327997

Color information

#327997 (or 0x327997) is unknown color: approx Astral. HEX triplet: 32, 79 and 97. RGB value is (50,121,151). Sum of RGB (Red+Green+Blue) = 50+121+151=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #327997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327997 is #CD8668. Grayscale: #676767. Windows color (decimal): -13469289 or 9926962. OLE color: 9926962.

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

Color convert

RGB50121151-
CMYK0.670.2000.41
HSL197.82º50.25%39.41%-
HSV(B)197.82º66.89%59.22%-
XYZ13.7416.5931.76-
YUV103.19154.9890.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=15.53%
G=37.58%
B=46.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501211510.670.2000.41197.8250.2539.41
Hex3279974314029c63227
Octal62171227103240513066247
Binary110010111100110010111100001110100010100111000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327997; }

 p { color: rgb(50,121,151); }

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

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

 a { background-color: rgb(50,121,151); }

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

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

 span { border-color: rgb(50,121,151); }

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