#326F87

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

Shades of Astral #326F87

Tints of Astral #326F87

Color information

#326F87 (or 0x326F87) is unknown color: approx Astral. HEX triplet: 32, 6F and 87. RGB value is (50,111,135). Sum of RGB (Red+Green+Blue) = 50+111+135=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #326F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F87 is #CD9078. Grayscale: #5F5F5F. Windows color (decimal): -13471865 or 8875826. OLE color: 8875826.

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

Color convert

RGB50111135-
CMYK0.630.1800.47
HSL196.94º45.95%36.27%-
HSV(B)196.94º62.96%52.94%-
XYZ11.3713.824.99-
YUV95.5150.2995.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=16.89%
G=37.5%
B=45.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501111350.630.1800.47196.9445.9536.27
Hex326F873F1202Fc52e24
Octal6215720777220573055644
Binary11001011011111000011111111110010010111111000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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