#3B817C

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

Shades of Ming #3B817C

Tints of Ming #3B817C

Color information

#3B817C (or 0x3B817C) is unknown color: approx Ming. HEX triplet: 3B, 81 and 7C. RGB value is (59,129,124). Sum of RGB (Red+Green+Blue) = 59+129+124=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #3B817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B817C is #C47E83. Grayscale: #6B6B6B. Windows color (decimal): -12877444 or 8159547. OLE color: 8159547.

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

Color convert

RGB59129124-
CMYK0.5400.040.49
HSL175.71º37.23%36.86%-
HSV(B)175.71º54.26%50.59%-
XYZ13.2918.0921.86-
YUV107.5137.3193.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=18.91%
G=41.35%
B=39.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591291240.5400.040.49175.7137.2336.86
Hex3B817C360431b02525
Octal732011746604612604545
Binary111011100000011111100110110010011000110110000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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