#3F7875

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

Shades of Ming #3F7875

Tints of Ming #3F7875

Color information

#3F7875 (or 0x3F7875) is unknown color: approx Ming. HEX triplet: 3F, 78 and 75. RGB value is (63,120,117). Sum of RGB (Red+Green+Blue) = 63+120+117=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7875 is #C0878A. Grayscale: #666666. Windows color (decimal): -12617611 or 7698495. OLE color: 7698495.

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

Color convert

RGB63120117-
CMYK0.4800.020.53
HSL176.84º31.15%35.88%-
HSV(B)176.84º47.5%47.06%-
XYZ11.9815.7719.24-
YUV102.62136.1299.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 39%
R=21%
G=40%
B=39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631201170.4800.020.53176.8431.1535.88
Hex3F7875300235b11f24
Octal771701656002652613744
Binary111111111100011101011100000101101011011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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