Html Css Color HEX #397171 Ming

📋 copy color: '#397171'

red 57 ◦ green 113 ◦ blue 113

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

Shades of Ming #397171

Tints of Ming #397171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 20.14%
G = 39.93%
B = 39.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#397171 (or 0x397171) is known color: Ming. HEX triplet: 39, 71 and 71. RGB value is (57,113,113). Sum of RGB (Red+Green+Blue) = 57+113+113=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #397171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397171 is #C68E8E. Grayscale: #606060. Windows color (decimal): -13012623 or 7434553. OLE color: 7434553.

HSL color Cylindrical-coordinate representation of color #397171: hue angle of 180º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397171 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 113 -
CMYK 0.50 0 0 0.56
HSL 180º 0.33% 0.33% -
HSV(B) 180º 0.5% 0.44% -
XYZ 10.57 13.87 17.74 -
YUV 96.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 57 113 113 0.50 0 0 0.56 180 0.33 0.33
Hex 39 71 71 32 0 0 38 B4 21 21
Octal 71 161 161 62 0 0 70 264 41 41
Binary 111001 1110001 1110001 110010 0 0 111000 10110100 100001 100001

Color Harmonies of #397171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397171

Black with #397171

Text Example


Text Example

White with #397171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397171; }

 p { color: rgb(57,113,113); }

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

background-color css

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

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

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

border-color css

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

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

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