#39727C

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

Shades of Ming #39727C

Tints of Ming #39727C

Color information

#39727C (or 0x39727C) is unknown color: approx Ming. HEX triplet: 39, 72 and 7C. RGB value is (57,114,124). Sum of RGB (Red+Green+Blue) = 57+114+124=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #39727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39727C is #C68D83. Grayscale: #616161. Windows color (decimal): -13012356 or 8155705. OLE color: 8155705.

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

Color convert

RGB57114124-
CMYK0.540.0800.51
HSL188.96º37.02%35.49%-
HSV(B)188.96º54.03%48.63%-
XYZ11.3414.3621.24-
YUV98.1142.6298.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=19.32%
G=38.64%
B=42.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571141240.540.0800.51188.9637.0235.49
Hex39727C368033bd2523
Octal7116217466100632754543
Binary111001111001011111001101101000011001110111101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39727C; }

 p { color: rgb(57,114,124); }

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

<style>
 a { background-color: #39727C; }

 a { background-color: rgb(57,114,124); }

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

<style>
 span { border-color: #39727C; }

 span { border-color: rgb(57,114,124); }

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