#327292

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

Shades of Astral #327292

Tints of Astral #327292

Color information

#327292 (or 0x327292) is unknown color: approx Astral. HEX triplet: 32, 72 and 92. RGB value is (50,114,146). Sum of RGB (Red+Green+Blue) = 50+114+146=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #327292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327292 is #CD8D6D. Grayscale: #626262. Windows color (decimal): -13471086 or 9597490. OLE color: 9597490.

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

Color convert

RGB50114146-
CMYK0.660.2200.43
HSL200º48.98%38.43%-
HSV(B)200º65.75%57.25%-
XYZ12.5214.7929.39-
YUV98.51154.893.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=16.13%
G=36.77%
B=47.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501141460.660.2200.4320048.9838.43
Hex327292421602Bc83126
Octal62162222102260533106146
Binary110010111001010010010100001010110010101111001000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327292; }

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

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

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

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

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

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

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

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