#32727F

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

Shades of Astral #32727F

Tints of Astral #32727F

Color information

#32727F (or 0x32727F) is unknown color: approx Astral. HEX triplet: 32, 72 and 7F. RGB value is (50,114,127). Sum of RGB (Red+Green+Blue) = 50+114+127=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #32727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32727F is #CD8D80. Grayscale: #606060. Windows color (decimal): -13471105 or 8352306. OLE color: 8352306.

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

Color convert

RGB50114127-
CMYK0.610.1000.50
HSL190.13º43.5%34.71%-
HSV(B)190.13º60.63%49.8%-
XYZ11.1614.2522.24-
YUV96.35145.394.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 127 (50% from 255) = 43.64%
R=17.18%
G=39.18%
B=43.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501141270.610.1000.50190.1343.534.71
Hex32727F3DA032be2c23
Octal6216217775120622765443
Binary110010111001011111111111011010011001010111110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32727F; }

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

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

<style>
 a { background-color: #32727F; }

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

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

<style>
 span { border-color: #32727F; }

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

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