Html Css Color HEX #396E77 Ming

📋 copy color: '#396E77'

red 57 ◦ green 110 ◦ blue 119

#396E77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #396E77

Tints of Ming #396E77

RGB

 RED value IS 57 (22.66% from 255) = 19.93%

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 19.93%
G = 38.46%
B = 41.61%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396E77 (or 0x396E77) is known color: Ming. HEX triplet: 39, 6E and 77. RGB value is (57,110,119). Sum of RGB (Red+Green+Blue) = 57+110+119=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #396E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E77 is #C69188. Grayscale: #5F5F5F. Windows color (decimal): -13013385 or 7827001. OLE color: 7827001.

HSL color Cylindrical-coordinate representation of color #396E77: hue angle of 188.71º 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 #396E77 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 110 119 -
CMYK 0.52 0.08 0 0.53
HSL 188.71º 0.35% 0.35% -
HSV(B) 188.71º 0.52% 0.47% -
XYZ 10.59 13.35 19.47 -
YUV 95.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 57 110 119 0.52 0.08 0 0.53 188.71 0.35 0.35
Hex 39 6E 77 34 8 0 35 BD 23 23
Octal 71 156 167 64 10 0 65 275 43 43
Binary 111001 1101110 1110111 110100 1000 0 110101 10111101 100011 100011

Color Harmonies of #396E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E77

Black with #396E77

Text Example


Text Example

White with #396E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #396E77;
 }
 .AnyTagClassName
 {
   color: #396E77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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