#3B817B

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

Shades of Ming #3B817B

Tints of Ming #3B817B

Color information

#3B817B (or 0x3B817B) is unknown color: approx Ming. HEX triplet: 3B, 81 and 7B. RGB value is (59,129,123). Sum of RGB (Red+Green+Blue) = 59+129+123=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #3B817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B817B is #C47E84. Grayscale: #6B6B6B. Windows color (decimal): -12877445 or 8094011. OLE color: 8094011.

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

Color convert

RGB59129123-
CMYK0.5400.050.49
HSL174.86º37.23%36.86%-
HSV(B)174.86º54.26%50.59%-
XYZ13.2318.0621.53-
YUV107.39136.8193.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=18.97%
G=41.48%
B=39.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591291230.5400.050.49174.8637.2336.86
Hex3B817B360531af2525
Octal732011736605612574545
Binary111011100000011111011110110010111000110101111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,129,123); }

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

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

 a { background-color: rgb(59,129,123); }

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

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

 span { border-color: rgb(59,129,123); }

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