#327787

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

Shades of Astral #327787

Tints of Astral #327787

Color information

#327787 (or 0x327787) is unknown color: approx Astral. HEX triplet: 32, 77 and 87. RGB value is (50,119,135). Sum of RGB (Red+Green+Blue) = 50+119+135=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #327787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327787 is #CD8878. Grayscale: #646464. Windows color (decimal): -13469817 or 8877874. OLE color: 8877874.

HSL color Cylindrical-coordinate representation of color #327787: hue angle of 191.29º 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 #327787 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50119135-
CMYK0.630.1200.47
HSL191.29º45.95%36.27%-
HSV(B)191.29º62.96%52.94%-
XYZ12.2915.6225.29-
YUV100.19147.6492.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=16.45%
G=39.14%
B=44.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501191350.630.1200.47191.2945.9536.27
Hex3277873FC02Fbf2e24
Octal6216720777140572775644
Binary1100101110111100001111111111100010111110111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327787; }

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

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

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

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

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

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

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

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