#326C88

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

Shades of Astral #326C88

Tints of Astral #326C88

Color information

#326C88 (or 0x326C88) is unknown color: approx Astral. HEX triplet: 32, 6C and 88. RGB value is (50,108,136). Sum of RGB (Red+Green+Blue) = 50+108+136=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #326C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C88 is #CD9377. Grayscale: #5D5D5D. Windows color (decimal): -13472632 or 8940594. OLE color: 8940594.

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

Color convert

RGB50108136-
CMYK0.630.2100.47
HSL199.53º46.24%36.47%-
HSV(B)199.53º63.24%53.33%-
XYZ11.1213.1825.25-
YUV93.85151.7896.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=17.01%
G=36.73%
B=46.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501081360.630.2100.47199.5346.2436.47
Hex326C883F1502Fc82e24
Octal6215421077250573105644
Binary11001011011001000100011111110101010111111001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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