#327689

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

Shades of Astral #327689

Tints of Astral #327689

Color information

#327689 (or 0x327689) is unknown color: approx Astral. HEX triplet: 32, 76 and 89. RGB value is (50,118,137). Sum of RGB (Red+Green+Blue) = 50+118+137=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #327689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327689 is #CD8976. Grayscale: #636363. Windows color (decimal): -13470071 or 9008690. OLE color: 9008690.

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

Color convert

RGB50118137-
CMYK0.640.1400.46
HSL193.1º46.52%36.67%-
HSV(B)193.1º63.5%53.73%-
XYZ12.3115.4426-
YUV99.83148.9792.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=16.39%
G=38.69%
B=44.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501181370.640.1400.46193.146.5236.67
Hex32768940E02Ec12f25
Octal62166211100160563015745
Binary11001011101101000100110000001110010111011000001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327689; }

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

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

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

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

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

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

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

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