#327086

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

Shades of Astral #327086

Tints of Astral #327086

Color information

#327086 (or 0x327086) is unknown color: approx Astral. HEX triplet: 32, 70 and 86. RGB value is (50,112,134). Sum of RGB (Red+Green+Blue) = 50+112+134=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #327086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327086 is #CD8F79. Grayscale: #5F5F5F. Windows color (decimal): -13471610 or 8810546. OLE color: 8810546.

HSL color Cylindrical-coordinate representation of color #327086: hue angle of 195.71º 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 #327086 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50112134-
CMYK0.630.1600.47
HSL195.71º45.65%36.08%-
HSV(B)195.71º62.69%52.55%-
XYZ11.4113.9924.65-
YUV95.97149.4695.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=16.89%
G=37.84%
B=45.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501121340.630.1600.47195.7145.6536.08
Hex3270863F1002Fc42e24
Octal6216020677200573045644
Binary11001011100001000011011111110000010111111000100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327086; }

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

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

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

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

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

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

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

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