#3B827C

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

Shades of Ming #3B827C

Tints of Ming #3B827C

Color information

#3B827C (or 0x3B827C) is unknown color: approx Ming. HEX triplet: 3B, 82 and 7C. RGB value is (59,130,124). Sum of RGB (Red+Green+Blue) = 59+130+124=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #3B827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B827C is #C47D83. Grayscale: #6C6C6C. Windows color (decimal): -12877188 or 8159803. OLE color: 8159803.

HSL color Cylindrical-coordinate representation of color #3B827C: hue angle of 174.93º 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 #3B827C is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB59130124-
CMYK0.5500.050.49
HSL174.93º37.57%37.06%-
HSV(B)174.93º54.62%50.98%-
XYZ13.4218.3521.9-
YUV108.09136.9892.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=18.85%
G=41.53%
B=39.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591301240.5500.050.49174.9337.5737.06
Hex3B827C370531af2625
Octal732021746705612574645
Binary111011100000101111100110111010111000110101111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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