#396F77

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

Shades of Ming #396F77

Tints of Ming #396F77

Color information

#396F77 (or 0x396F77) is unknown color: approx Ming. HEX triplet: 39, 6F and 77. RGB value is (57,111,119). Sum of RGB (Red+Green+Blue) = 57+111+119=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #396F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F77 is #C69088. Grayscale: #5F5F5F. Windows color (decimal): -13013129 or 7827257. OLE color: 7827257.

HSL color Cylindrical-coordinate representation of color #396F77: hue angle of 187.74º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396F77 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57111119-
CMYK0.520.0700.53
HSL187.74º35.23%34.51%-
HSV(B)187.74º52.1%46.67%-
XYZ10.713.5719.51-
YUV95.77141.11100.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=19.86%
G=38.68%
B=41.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571111190.520.0700.53187.7435.2334.51
Hex396F77347035bc2323
Octal711571676470652744343
Binary11100111011111110111110100111011010110111100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396F77; }

 p { color: rgb(57,111,119); }

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

<style>
 a { background-color: #396F77; }

 a { background-color: rgb(57,111,119); }

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

<style>
 span { border-color: #396F77; }

 span { border-color: rgb(57,111,119); }

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