#326D8A

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

Shades of Astral #326D8A

Tints of Astral #326D8A

Color information

#326D8A (or 0x326D8A) is unknown color: approx Astral. HEX triplet: 32, 6D and 8A. RGB value is (50,109,138). Sum of RGB (Red+Green+Blue) = 50+109+138=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #326D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D8A is #CD9275. Grayscale: #5E5E5E. Windows color (decimal): -13472374 or 9071922. OLE color: 9071922.

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

Color convert

RGB50109138-
CMYK0.640.2100.46
HSL199.77º46.81%36.86%-
HSV(B)199.77º63.77%54.12%-
XYZ11.3713.4526.04-
YUV94.66152.4596.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=16.84%
G=36.70%
B=46.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501091380.640.2100.46199.7746.8136.86
Hex326D8A401502Ec82f25
Octal62155212100250563105745
Binary110010110110110001010100000010101010111011001000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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