#326F8A

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

Shades of Astral #326F8A

Tints of Astral #326F8A

Color information

#326F8A (or 0x326F8A) is unknown color: approx Astral. HEX triplet: 32, 6F and 8A. RGB value is (50,111,138). Sum of RGB (Red+Green+Blue) = 50+111+138=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #326F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F8A is #CD9075. Grayscale: #5F5F5F. Windows color (decimal): -13471862 or 9072434. OLE color: 9072434.

HSL color Cylindrical-coordinate representation of color #326F8A: hue angle of 198.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326F8A is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50111138-
CMYK0.640.2000.46
HSL198.41º46.81%36.86%-
HSV(B)198.41º63.77%54.12%-
XYZ11.5913.8826.11-
YUV95.84151.7995.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=16.72%
G=37.12%
B=46.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501111380.640.2000.46198.4146.8136.86
Hex326F8A401402Ec62f25
Octal62157212100240563065745
Binary110010110111110001010100000010100010111011000110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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