#327c8f

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

Shades of Astral #327C8F

Tints of Astral #327C8F

Color information

#327C8F (or 0x327C8F) is unknown color: approx Astral. HEX triplet: 32, 7C and 8F. RGB value is (50,124,143). Sum of RGB (Red+Green+Blue) = 50+124+143=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #327C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C8F is #CD8370. Grayscale: #676767. Windows color (decimal): -13468529 or 9403442. OLE color: 9403442.

HSL color Cylindrical-coordinate representation of color #327C8F: hue angle of 192.26º 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 #327C8F is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50124143-
CMYK0.650.1300.44
HSL192.26º48.19%37.84%-
HSV(B)192.26º65.03%56.08%-
XYZ13.4817.0828.57-
YUV104.04149.9889.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=15.77%
G=39.12%
B=45.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501241430.650.1300.44192.2648.1937.84
Hex327C8F41D02Cc03026
Octal62174217101150543006046
Binary11001011111001000111110000011101010110011000000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327c8f; }

 p { color: rgb(50,124,143); }

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

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

 a { background-color: rgb(50,124,143); }

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

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

 span { border-color: rgb(50,124,143); }

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