#327E8E

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

Shades of Astral #327E8E

Tints of Astral #327E8E

Color information

#327E8E (or 0x327E8E) is unknown color: approx Astral. HEX triplet: 32, 7E and 8E. RGB value is (50,126,142). Sum of RGB (Red+Green+Blue) = 50+126+142=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #327E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E8E is #CD8171. Grayscale: #686868. Windows color (decimal): -13468018 or 9338418. OLE color: 9338418.

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

Color convert

RGB50126142-
CMYK0.650.1100.44
HSL190.43º47.92%37.65%-
HSV(B)190.43º64.79%55.69%-
XYZ13.6617.5528.26-
YUV105.1148.8288.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 126 (49.61% from 255) = 39.62%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=15.72%
G=39.62%
B=44.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501261420.650.1100.44190.4347.9237.65
Hex327E8E41B02Cbe3026
Octal62176216101130542766046
Binary11001011111101000111010000011011010110010111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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