#327890

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

Shades of Astral #327890

Tints of Astral #327890

Color information

#327890 (or 0x327890) is unknown color: approx Astral. HEX triplet: 32, 78 and 90. RGB value is (50,120,144). Sum of RGB (Red+Green+Blue) = 50+120+144=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #327890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327890 is #CD876F. Grayscale: #656565. Windows color (decimal): -13469552 or 9467954. OLE color: 9467954.

HSL color Cylindrical-coordinate representation of color #327890: hue angle of 195.32º 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 #327890 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50120144-
CMYK0.650.1700.44
HSL195.32º48.45%38.04%-
HSV(B)195.32º65.28%56.47%-
XYZ13.0716.1228.81-
YUV101.81151.8191.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=15.92%
G=38.22%
B=45.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501201440.650.1700.44195.3248.4538.04
Hex327890411102Cc33026
Octal62170220101210543036046
Binary110010111100010010000100000110001010110011000011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327890; }

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

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

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

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

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

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

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

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