#326C7F

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

Shades of Astral #326C7F

Tints of Astral #326C7F

Color information

#326C7F (or 0x326C7F) is unknown color: approx Astral. HEX triplet: 32, 6C and 7F. RGB value is (50,108,127). Sum of RGB (Red+Green+Blue) = 50+108+127=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #326C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C7F is #CD9380. Grayscale: #5C5C5C. Windows color (decimal): -13472641 or 8350770. OLE color: 8350770.

HSL color Cylindrical-coordinate representation of color #326C7F: hue angle of 194.81º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326C7F is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50108127-
CMYK0.610.1500.50
HSL194.81º43.5%34.71%-
HSV(B)194.81º60.63%49.8%-
XYZ10.5112.9422.02-
YUV92.82147.2897.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 127 (50% from 255) = 44.56%
R=17.54%
G=37.89%
B=44.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501081270.610.1500.50194.8143.534.71
Hex326C7F3DF032c32c23
Octal6215417775170623035443
Binary110010110110011111111111011111011001011000011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C7F; }

 p { color: rgb(50,108,127); }

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

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

 a { background-color: rgb(50,108,127); }

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

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

 span { border-color: rgb(50,108,127); }

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