#326B7F

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

Shades of Astral #326B7F

Tints of Astral #326B7F

Color information

#326B7F (or 0x326B7F) is unknown color: approx Astral. HEX triplet: 32, 6B and 7F. RGB value is (50,107,127). Sum of RGB (Red+Green+Blue) = 50+107+127=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #326B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B7F is #CD9480. Grayscale: #5C5C5C. Windows color (decimal): -13472897 or 8350514. OLE color: 8350514.

HSL color Cylindrical-coordinate representation of color #326B7F: hue angle of 195.58º 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 #326B7F is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50107127-
CMYK0.610.1600.50
HSL195.58º43.5%34.71%-
HSV(B)195.58º60.63%49.8%-
XYZ10.412.7321.99-
YUV92.24147.6297.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 127 (50% from 255) = 44.72%
R=17.61%
G=37.68%
B=44.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501071270.610.1600.50195.5843.534.71
Hex326B7F3D10032c42c23
Octal6215317775200623045443
Binary1100101101011111111111110110000011001011000100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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