#326C7D

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

Shades of Astral #326C7D

Tints of Astral #326C7D

Color information

#326C7D (or 0x326C7D) is unknown color: approx Astral. HEX triplet: 32, 6C and 7D. RGB value is (50,108,125). Sum of RGB (Red+Green+Blue) = 50+108+125=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #326C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C7D is #CD9382. Grayscale: #5C5C5C. Windows color (decimal): -13472643 or 8219698. OLE color: 8219698.

HSL color Cylindrical-coordinate representation of color #326C7D: hue angle of 193.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326C7D is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB50108125-
CMYK0.600.1400.51
HSL193.6º42.86%34.31%-
HSV(B)193.6º60%49.02%-
XYZ10.3812.8821.34-
YUV92.6146.2897.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=17.67%
G=38.16%
B=44.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501081250.600.1400.51193.642.8634.31
Hex326C7D3CE033c22b22
Octal6215417574160633025342
Binary110010110110011111011111001110011001111000010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C7D; }

 p { color: rgb(50,108,125); }

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

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

 a { background-color: rgb(50,108,125); }

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

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

 span { border-color: rgb(50,108,125); }

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