#326785

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

Shades of Astral #326785

Tints of Astral #326785

Color information

#326785 (or 0x326785) is unknown color: approx Astral. HEX triplet: 32, 67 and 85. RGB value is (50,103,133). Sum of RGB (Red+Green+Blue) = 50+103+133=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #326785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326785 is #CD987A. Grayscale: #5A5A5A. Windows color (decimal): -13473915 or 8742706. OLE color: 8742706.

HSL color Cylindrical-coordinate representation of color #326785: hue angle of 201.69º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326785 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB50103133-
CMYK0.620.2300.48
HSL201.69º45.36%35.88%-
HSV(B)201.69º62.41%52.16%-
XYZ10.412.0723.97-
YUV90.57151.9499.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.48%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=17.48%
G=36.01%
B=46.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501031330.620.2300.48201.6945.3635.88
Hex3267853E17030ca2d24
Octal6214720576270603125544
Binary11001011001111000010111111010111011000011001010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326785; }

 p { color: rgb(50,103,133); }

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

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

 a { background-color: rgb(50,103,133); }

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

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

 span { border-color: rgb(50,103,133); }

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