#327A8E

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

Shades of Astral #327A8E

Tints of Astral #327A8E

Color information

#327A8E (or 0x327A8E) is unknown color: approx Astral. HEX triplet: 32, 7A and 8E. RGB value is (50,122,142). Sum of RGB (Red+Green+Blue) = 50+122+142=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #327A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A8E is #CD8571. Grayscale: #666666. Windows color (decimal): -13469042 or 9337394. OLE color: 9337394.

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

Color convert

RGB50122142-
CMYK0.650.1400.44
HSL193.04º47.92%37.65%-
HSV(B)193.04º64.79%55.69%-
XYZ13.1616.5528.09-
YUV102.75150.1590.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=15.92%
G=38.85%
B=45.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501221420.650.1400.44193.0447.9237.65
Hex327A8E41E02Cc13026
Octal62172216101160543016046
Binary11001011110101000111010000011110010110011000001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,142); }

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

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

 a { background-color: rgb(50,122,142); }

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

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

 span { border-color: rgb(50,122,142); }

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