#327189

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

Shades of Astral #327189

Tints of Astral #327189

Color information

#327189 (or 0x327189) is unknown color: approx Astral. HEX triplet: 32, 71 and 89. RGB value is (50,113,137). Sum of RGB (Red+Green+Blue) = 50+113+137=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #327189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327189 is #CD8E76. Grayscale: #606060. Windows color (decimal): -13471351 or 9007410. OLE color: 9007410.

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

Color convert

RGB50113137-
CMYK0.640.1800.46
HSL196.55º46.52%36.67%-
HSV(B)196.55º63.5%53.73%-
XYZ11.7414.2925.81-
YUV96.9150.6394.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=16.67%
G=37.67%
B=45.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501131370.640.1800.46196.5546.5236.67
Hex327189401202Ec52f25
Octal62161211100220563055745
Binary110010111000110001001100000010010010111011000101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327189; }

 p { color: rgb(50,113,137); }

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

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

 a { background-color: rgb(50,113,137); }

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

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

 span { border-color: rgb(50,113,137); }

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