Html Css Color HEX #396E78 Ming

📋 copy color: '#396E78'

red 57 ◦ green 110 ◦ blue 120

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

Shades of Ming #396E78

Tints of Ming #396E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 19.86%
G = 38.33%
B = 41.81%

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

#396E78 (or 0x396E78) is known color: Ming. HEX triplet: 39, 6E and 78. RGB value is (57,110,120). Sum of RGB (Red+Green+Blue) = 57+110+120=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #396E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E78 is #C69187. Grayscale: #5F5F5F. Windows color (decimal): -13013384 or 7892537. OLE color: 7892537.

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

Color convert

RGB 57 110 120 -
CMYK 0.52 0.08 0 0.53
HSL 189.52º 0.36% 0.35% -
HSV(B) 189.52º 0.53% 0.47% -
XYZ 10.65 13.38 19.79 -
YUV 95.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 57 110 120 0.52 0.08 0 0.53 189.52 0.36 0.35
Hex 39 6E 78 34 8 0 35 BE 24 23
Octal 71 156 170 64 10 0 65 276 44 43
Binary 111001 1101110 1111000 110100 1000 0 110101 10111110 100100 100011

Color Harmonies of #396E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E78

Black with #396E78

Text Example


Text Example

White with #396E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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