#3B7277

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

Shades of Ming #3B7277

Tints of Ming #3B7277

Color information

#3B7277 (or 0x3B7277) is unknown color: approx Ming. HEX triplet: 3B, 72 and 77. RGB value is (59,114,119). Sum of RGB (Red+Green+Blue) = 59+114+119=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B7277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7277 is #C48D88. Grayscale: #626262. Windows color (decimal): -12881289 or 7828027. OLE color: 7828027.

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

Color convert

RGB59114119-
CMYK0.500.0400.53
HSL185º33.71%34.9%-
HSV(B)185º50.42%46.67%-
XYZ11.1514.319.62-
YUV98.12139.78100.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=20.21%
G=39.04%
B=40.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591141190.500.0400.5318533.7134.9
Hex3B7277324035b92223
Octal731621676240652714243
Binary11101111100101110111110010100011010110111001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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