#327093

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

Shades of Astral #327093

Tints of Astral #327093

Color information

#327093 (or 0x327093) is unknown color: approx Astral. HEX triplet: 32, 70 and 93. RGB value is (50,112,147). Sum of RGB (Red+Green+Blue) = 50+112+147=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #327093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327093 is #CD8F6C. Grayscale: #616161. Windows color (decimal): -13471597 or 9662514. OLE color: 9662514.

HSL color Cylindrical-coordinate representation of color #327093: hue angle of 201.65º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327093 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50112147-
CMYK0.660.2400.42
HSL201.65º49.24%38.63%-
HSV(B)201.65º65.99%57.65%-
XYZ12.3814.3729.73-
YUV97.45155.9694.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=16.18%
G=36.25%
B=47.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501121470.660.2400.42201.6549.2438.63
Hex327093421802Aca3127
Octal62160223102300523126147
Binary110010111000010010011100001011000010101011001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327093; }

 p { color: rgb(50,112,147); }

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

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

 a { background-color: rgb(50,112,147); }

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

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

 span { border-color: rgb(50,112,147); }

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