#3B7475

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

Shades of Ming #3B7475

Tints of Ming #3B7475

Color information

#3B7475 (or 0x3B7475) is unknown color: approx Ming. HEX triplet: 3B, 74 and 75. RGB value is (59,116,117). Sum of RGB (Red+Green+Blue) = 59+116+117=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B7475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7475 is #C48B8A. Grayscale: #636363. Windows color (decimal): -12880779 or 7697467. OLE color: 7697467.

HSL color Cylindrical-coordinate representation of color #3B7475: hue angle of 181.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7475 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB59116117-
CMYK0.500.0100.54
HSL181.03º32.95%34.51%-
HSV(B)181.03º49.57%45.88%-
XYZ11.2614.719.07-
YUV99.07138.1299.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=20.21%
G=39.73%
B=40.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591161170.500.0100.54181.0332.9534.51
Hex3B7475321036b52123
Octal731641656210662654143
Binary111011111010011101011100101011011010110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,116,117); }

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

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

 a { background-color: rgb(59,116,117); }

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

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

 span { border-color: rgb(59,116,117); }

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