Html Css Color HEX #396B74 Ming

📋 copy color: '#396B74'

red 57 ◦ green 107 ◦ blue 116

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

Shades of Ming #396B74

Tints of Ming #396B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 20.36%
G = 38.21%
B = 41.43%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396B74 (or 0x396B74) is known color: Ming. HEX triplet: 39, 6B and 74. RGB value is (57,107,116). Sum of RGB (Red+Green+Blue) = 57+107+116=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #396B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B74 is #C6948B. Grayscale: #5C5C5C. Windows color (decimal): -13014156 or 7629625. OLE color: 7629625.

HSL color Cylindrical-coordinate representation of color #396B74: hue angle of 189.15º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396B74 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 107 116 -
CMYK 0.51 0.08 0 0.55
HSL 189.15º 0.34% 0.34% -
HSV(B) 189.15º 0.51% 0.45% -
XYZ 10.1 12.65 18.43 -
YUV 93.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 57 107 116 0.51 0.08 0 0.55 189.15 0.34 0.34
Hex 39 6B 74 33 8 0 37 BD 22 22
Octal 71 153 164 63 10 0 67 275 42 42
Binary 111001 1101011 1110100 110011 1000 0 110111 10111101 100010 100010

Color Harmonies of #396B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B74

Black with #396B74

Text Example


Text Example

White with #396B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,116); }

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

background-color css

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

 a { background-color: rgb(57,107,116); }

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

border-color css

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

 span { border-color: rgb(57,107,116); }

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