#326C92

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

Shades of Astral #326C92

Tints of Astral #326C92

Color information

#326C92 (or 0x326C92) is unknown color: approx Astral. HEX triplet: 32, 6C and 92. RGB value is (50,108,146). Sum of RGB (Red+Green+Blue) = 50+108+146=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #326C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C92 is #CD936D. Grayscale: #5E5E5E. Windows color (decimal): -13472622 or 9595954. OLE color: 9595954.

HSL color Cylindrical-coordinate representation of color #326C92: hue angle of 203.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326C92 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50108146-
CMYK0.660.2600.43
HSL203.75º48.98%38.43%-
HSV(B)203.75º65.75%57.25%-
XYZ11.8713.4829.17-
YUV94.99156.7895.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=16.45%
G=35.53%
B=48.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501081460.660.2600.43203.7548.9838.43
Hex326C92421A02Bcc3126
Octal62154222102320533146146
Binary110010110110010010010100001011010010101111001100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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