Html Css Color HEX #397079 Ming

📋 copy color: '#397079'

red 57 ◦ green 112 ◦ blue 121

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

Shades of Ming #397079

Tints of Ming #397079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 19.66%
G = 38.62%
B = 41.72%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#397079 (or 0x397079) is known color: Ming. HEX triplet: 39, 70 and 79. RGB value is (57,112,121). Sum of RGB (Red+Green+Blue) = 57+112+121=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #397079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397079 is #C68F86. Grayscale: #606060. Windows color (decimal): -13012871 or 7958585. OLE color: 7958585.

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

Color convert

RGB 57 112 121 -
CMYK 0.53 0.07 0 0.53
HSL 188.44º 0.36% 0.35% -
HSV(B) 188.44º 0.53% 0.47% -
XYZ 10.93 13.84 20.18 -
YUV 96.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 57 112 121 0.53 0.07 0 0.53 188.44 0.36 0.35
Hex 39 70 79 35 7 0 35 BC 24 23
Octal 71 160 171 65 7 0 65 274 44 43
Binary 111001 1110000 1111001 110101 111 0 110101 10111100 100100 100011

Color Harmonies of #397079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397079

Black with #397079

Text Example


Text Example

White with #397079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397079; }

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

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

background-color css

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

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

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

border-color css

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

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

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