#327886

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

Shades of Astral #327886

Tints of Astral #327886

Color information

#327886 (or 0x327886) is unknown color: approx Astral. HEX triplet: 32, 78 and 86. RGB value is (50,120,134). Sum of RGB (Red+Green+Blue) = 50+120+134=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #327886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327886 is #CD8779. Grayscale: #646464. Windows color (decimal): -13469562 or 8812594. OLE color: 8812594.

HSL color Cylindrical-coordinate representation of color #327886: hue angle of 190º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327886 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50120134-
CMYK0.630.1000.47
HSL190º45.65%36.08%-
HSV(B)190º62.69%52.55%-
XYZ12.3315.8324.96-
YUV100.67146.8191.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=16.45%
G=39.47%
B=44.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501201340.630.1000.4719045.6536.08
Hex3278863FA02Fbe2e24
Octal6217020677120572765644
Binary1100101111000100001101111111010010111110111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327886; }

 p { color: rgb(50,120,134); }

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

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

 a { background-color: rgb(50,120,134); }

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

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

 span { border-color: rgb(50,120,134); }

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