#3F7874

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

Shades of Ming #3F7874

Tints of Ming #3F7874

Color information

#3F7874 (or 0x3F7874) is unknown color: approx Ming. HEX triplet: 3F, 78 and 74. RGB value is (63,120,116). Sum of RGB (Red+Green+Blue) = 63+120+116=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7874 is #C0878B. Grayscale: #666666. Windows color (decimal): -12617612 or 7632959. OLE color: 7632959.

HSL color Cylindrical-coordinate representation of color #3F7874: hue angle of 175.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7874 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB63120116-
CMYK0.4800.030.53
HSL175.79º31.15%35.88%-
HSV(B)175.79º47.5%47.06%-
XYZ11.9215.7518.93-
YUV102.5135.6299.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=21.07%
G=40.13%
B=38.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631201160.4800.030.53175.7931.1535.88
Hex3F7874300335b01f24
Octal771701646003652603744
Binary111111111100011101001100000111101011011000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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