#3F717A

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

Shades of Ming #3F717A

Tints of Ming #3F717A

Color information

#3F717A (or 0x3F717A) is unknown color: approx Ming. HEX triplet: 3F, 71 and 7A. RGB value is (63,113,122). Sum of RGB (Red+Green+Blue) = 63+113+122=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F717A is #C08E85. Grayscale: #626262. Windows color (decimal): -12619398 or 8024383. OLE color: 8024383.

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

Color convert

RGB63113122-
CMYK0.480.0700.52
HSL189.15º31.89%36.27%-
HSV(B)189.15º48.36%47.84%-
XYZ11.4714.2720.56-
YUV99.08140.94102.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=21.14%
G=37.92%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631131220.480.0700.52189.1531.8936.27
Hex3F717A307034bd2024
Octal771611726070642754044
Binary11111111100011111010110000111011010010111101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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