#326987

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

Shades of Astral #326987

Tints of Astral #326987

Color information

#326987 (or 0x326987) is unknown color: approx Astral. HEX triplet: 32, 69 and 87. RGB value is (50,105,135). Sum of RGB (Red+Green+Blue) = 50+105+135=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #326987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326987 is #CD9678. Grayscale: #5B5B5B. Windows color (decimal): -13473401 or 8874290. OLE color: 8874290.

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

Color convert

RGB50105135-
CMYK0.630.2200.47
HSL201.18º45.95%36.27%-
HSV(B)201.18º62.96%52.94%-
XYZ10.7412.5324.77-
YUV91.98152.2898.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=17.24%
G=36.21%
B=46.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501051350.630.2200.47201.1845.9536.27
Hex3269873F1602Fc92e24
Octal6215120777260573115644
Binary11001011010011000011111111110110010111111001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326987; }

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

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

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

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

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

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

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

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