Html Css Color HEX #397172 Ming

📋 copy color: '#397172'

red 57 ◦ green 113 ◦ blue 114

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

Shades of Ming #397172

Tints of Ming #397172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 20.07%
G = 39.79%
B = 40.14%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#397172 (or 0x397172) is known color: Ming. HEX triplet: 39, 71 and 72. RGB value is (57,113,114). Sum of RGB (Red+Green+Blue) = 57+113+114=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #397172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397172 is #C68E8D. Grayscale: #606060. Windows color (decimal): -13012622 or 7500089. OLE color: 7500089.

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

Color convert

RGB 57 113 114 -
CMYK 0.50 0.01 0 0.55
HSL 181.05º 0.33% 0.34% -
HSV(B) 181.05º 0.5% 0.45% -
XYZ 10.63 13.9 18.04 -
YUV 96.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 57 113 114 0.50 0.01 0 0.55 181.05 0.33 0.34
Hex 39 71 72 32 1 0 37 B5 21 22
Octal 71 161 162 62 1 0 67 265 41 42
Binary 111001 1110001 1110010 110010 1 0 110111 10110101 100001 100010

Color Harmonies of #397172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397172

Black with #397172

Text Example


Text Example

White with #397172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397172; }

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

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

background-color css

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

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

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

border-color css

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

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

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