#327488

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

Shades of Astral #327488

Tints of Astral #327488

Color information

#327488 (or 0x327488) is unknown color: approx Astral. HEX triplet: 32, 74 and 88. RGB value is (50,116,136). Sum of RGB (Red+Green+Blue) = 50+116+136=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #327488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327488 is #CD8B77. Grayscale: #626262. Windows color (decimal): -13470584 or 8942642. OLE color: 8942642.

HSL color Cylindrical-coordinate representation of color #327488: hue angle of 193.95º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327488 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50116136-
CMYK0.630.1500.47
HSL193.95º46.24%36.47%-
HSV(B)193.95º63.24%53.33%-
XYZ1214.9525.54-
YUV98.55149.1393.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=16.56%
G=38.41%
B=45.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501161360.630.1500.47193.9546.2436.47
Hex3274883FF02Fc22e24
Octal6216421077170573025644
Binary1100101110100100010001111111111010111111000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327488; }

 p { color: rgb(50,116,136); }

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

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

 a { background-color: rgb(50,116,136); }

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

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

 span { border-color: rgb(50,116,136); }

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