#327392

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

Shades of Astral #327392

Tints of Astral #327392

Color information

#327392 (or 0x327392) is unknown color: approx Astral. HEX triplet: 32, 73 and 92. RGB value is (50,115,146). Sum of RGB (Red+Green+Blue) = 50+115+146=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #327392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327392 is #CD8C6D. Grayscale: #626262. Windows color (decimal): -13470830 or 9597746. OLE color: 9597746.

HSL color Cylindrical-coordinate representation of color #327392: hue angle of 199.38º 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 #327392 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50115146-
CMYK0.660.2100.43
HSL199.38º48.98%38.43%-
HSV(B)199.38º65.75%57.25%-
XYZ12.6315.0129.43-
YUV99.1154.4792.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=16.08%
G=36.98%
B=46.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501151460.660.2100.43199.3848.9838.43
Hex327392421502Bc73126
Octal62163222102250533076146
Binary110010111001110010010100001010101010101111000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327392; }

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

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

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

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

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

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

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

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