#39707C

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

Shades of Ming #39707C

Tints of Ming #39707C

Color information

#39707C (or 0x39707C) is unknown color: approx Ming. HEX triplet: 39, 70 and 7C. RGB value is (57,112,124). Sum of RGB (Red+Green+Blue) = 57+112+124=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #39707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39707C is #C68F83. Grayscale: #606060. Windows color (decimal): -13012868 or 8155193. OLE color: 8155193.

HSL color Cylindrical-coordinate representation of color #39707C: hue angle of 190.75º 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 #39707C is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB57112124-
CMYK0.540.1000.51
HSL190.75º37.02%35.49%-
HSV(B)190.75º54.03%48.63%-
XYZ11.1213.9121.17-
YUV96.92143.2899.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=19.45%
G=38.23%
B=42.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571121240.540.1000.51190.7537.0235.49
Hex39707C36A033bf2523
Octal7116017466120632774543
Binary111001111000011111001101101010011001110111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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