#3A717A

Color #3A717A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3A717A

Tints of Ming #3A717A

Color information

#3A717A (or 0x3A717A) is unknown color: approx Ming. HEX triplet: 3A, 71 and 7A. RGB value is (58,113,122). Sum of RGB (Red+Green+Blue) = 58+113+122=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A717A is #C58E85. Grayscale: #616161. Windows color (decimal): -12947078 or 8024378. OLE color: 8024378.

HSL color Cylindrical-coordinate representation of color #3A717A: hue angle of 188.44º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A717A is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB58113122-
CMYK0.520.0700.52
HSL188.44º35.56%35.29%-
HSV(B)188.44º52.46%47.84%-
XYZ11.1614.1120.55-
YUV97.58141.7899.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=19.80%
G=38.57%
B=41.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581131220.520.0700.52188.4435.5635.29
Hex3A717A347034bc2423
Octal721611726470642744443
Binary11101011100011111010110100111011010010111100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A717A; }

 p { color: rgb(58,113,122); }

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

<style>
 a { background-color: #3A717A; }

 a { background-color: rgb(58,113,122); }

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

<style>
 span { border-color: #3A717A; }

 span { border-color: rgb(58,113,122); }

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