#3B7477

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

Shades of Ming #3B7477

Tints of Ming #3B7477

Color information

#3B7477 (or 0x3B7477) is unknown color: approx Ming. HEX triplet: 3B, 74 and 77. RGB value is (59,116,119). Sum of RGB (Red+Green+Blue) = 59+116+119=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7477 is #C48B88. Grayscale: #636363. Windows color (decimal): -12880777 or 7828539. OLE color: 7828539.

HSL color Cylindrical-coordinate representation of color #3B7477: hue angle of 183º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7477 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB59116119-
CMYK0.500.0300.53
HSL183º33.71%34.9%-
HSV(B)183º50.42%46.67%-
XYZ11.3814.7519.7-
YUV99.3139.1299.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.07%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=20.07%
G=39.46%
B=40.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591161190.500.0300.5318333.7134.9
Hex3B7477323035b72223
Octal731641676230652674243
Binary1110111110100111011111001011011010110110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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