#3F747A

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

Shades of Ming #3F747A

Tints of Ming #3F747A

Color information

#3F747A (or 0x3F747A) is unknown color: approx Ming. HEX triplet: 3F, 74 and 7A. RGB value is (63,116,122). Sum of RGB (Red+Green+Blue) = 63+116+122=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F747A is #C08B85. Grayscale: #646464. Windows color (decimal): -12618630 or 8025151. OLE color: 8025151.

HSL color Cylindrical-coordinate representation of color #3F747A: hue angle of 186.1º 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 #3F747A is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB63116122-
CMYK0.480.0500.52
HSL186.1º31.89%36.27%-
HSV(B)186.1º48.36%47.84%-
XYZ11.8114.9520.68-
YUV100.84139.94101.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=20.93%
G=38.54%
B=40.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631161220.480.0500.52186.131.8936.27
Hex3F747A305034ba2024
Octal771641726050642724044
Binary11111111101001111010110000101011010010111010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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