#327090

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

Shades of Astral #327090

Tints of Astral #327090

Color information

#327090 (or 0x327090) is unknown color: approx Astral. HEX triplet: 32, 70 and 90. RGB value is (50,112,144). Sum of RGB (Red+Green+Blue) = 50+112+144=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #327090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327090 is #CD8F6F. Grayscale: #606060. Windows color (decimal): -13471600 or 9465906. OLE color: 9465906.

HSL color Cylindrical-coordinate representation of color #327090: hue angle of 200.43º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327090 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50112144-
CMYK0.650.2200.44
HSL200.43º48.45%38.04%-
HSV(B)200.43º65.28%56.47%-
XYZ12.1414.2828.5-
YUV97.11154.4694.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=16.34%
G=36.60%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501121440.650.2200.44200.4348.4538.04
Hex327090411602Cc83026
Octal62160220101260543106046
Binary110010111000010010000100000110110010110011001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327090; }

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

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

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

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

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

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

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

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