#32707F

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

Shades of Astral #32707F

Tints of Astral #32707F

Color information

#32707F (or 0x32707F) is unknown color: approx Astral. HEX triplet: 32, 70 and 7F. RGB value is (50,112,127). Sum of RGB (Red+Green+Blue) = 50+112+127=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #32707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32707F is #CD8F80. Grayscale: #5F5F5F. Windows color (decimal): -13471617 or 8351794. OLE color: 8351794.

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

Color convert

RGB50112127-
CMYK0.610.1200.50
HSL191.69º43.5%34.71%-
HSV(B)191.69º60.63%49.8%-
XYZ10.9413.822.17-
YUV95.17145.9695.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 127 (50% from 255) = 43.94%
R=17.30%
G=38.75%
B=43.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501121270.610.1200.50191.6943.534.71
Hex32707F3DC032c02c23
Octal6216017775140623005443
Binary110010111000011111111111011100011001011000000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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