#3B827E

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

Shades of Ming #3B827E

Tints of Ming #3B827E

Color information

#3B827E (or 0x3B827E) is unknown color: approx Ming. HEX triplet: 3B, 82 and 7E. RGB value is (59,130,126). Sum of RGB (Red+Green+Blue) = 59+130+126=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #3B827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B827E is #C47D81. Grayscale: #6C6C6C. Windows color (decimal): -12877186 or 8290875. OLE color: 8290875.

HSL color Cylindrical-coordinate representation of color #3B827E: hue angle of 176.62º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B827E is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB59130126-
CMYK0.5500.030.49
HSL176.62º37.57%37.06%-
HSV(B)176.62º54.62%50.98%-
XYZ13.5518.422.58-
YUV108.32137.9892.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 126 (49.61% from 255) = 40%
R=18.73%
G=41.27%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591301260.5500.030.49176.6237.5737.06
Hex3B827E370331b12625
Octal732021766703612614645
Binary11101110000010111111011011101111000110110001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,130,126); }

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

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

 a { background-color: rgb(59,130,126); }

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

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

 span { border-color: rgb(59,130,126); }

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