#327987

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

Shades of Astral #327987

Tints of Astral #327987

Color information

#327987 (or 0x327987) is unknown color: approx Astral. HEX triplet: 32, 79 and 87. RGB value is (50,121,135). Sum of RGB (Red+Green+Blue) = 50+121+135=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #327987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327987 is #CD8678. Grayscale: #656565. Windows color (decimal): -13469305 or 8878386. OLE color: 8878386.

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

Color convert

RGB50121135-
CMYK0.630.1000.47
HSL189.88º45.95%36.27%-
HSV(B)189.88º62.96%52.94%-
XYZ12.5316.125.37-
YUV101.37146.9891.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=16.34%
G=39.54%
B=44.12%

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
Decimal501211350.630.1000.47189.8845.9536.27
Hex3279873FA02Fbe2e24
Octal6217120777120572765644
Binary1100101111001100001111111111010010111110111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327987; }

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

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

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

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

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

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

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

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