Html Css Color HEX #397473 Ming

📋 copy color: '#397473'

red 57 ◦ green 116 ◦ blue 115

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

Shades of Ming #397473

Tints of Ming #397473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 19.79%
G = 40.28%
B = 39.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#397473 (or 0x397473) is known color: Ming. HEX triplet: 39, 74 and 73. RGB value is (57,116,115). Sum of RGB (Red+Green+Blue) = 57+116+115=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #397473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397473 is #C68B8C. Grayscale: #626262. Windows color (decimal): -13011853 or 7566393. OLE color: 7566393.

HSL color Cylindrical-coordinate representation of color #397473: hue angle of 178.98º 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 #397473 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 115 -
CMYK 0.51 0 0.01 0.55
HSL 178.98º 0.34% 0.34% -
HSV(B) 178.98º 0.51% 0.45% -
XYZ 11.03 14.6 18.46 -
YUV 98.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 57 116 115 0.51 0 0.01 0.55 178.98 0.34 0.34
Hex 39 74 73 33 0 1 37 B3 22 22
Octal 71 164 163 63 0 1 67 263 42 42
Binary 111001 1110100 1110011 110011 0 1 110111 10110011 100010 100010

Color Harmonies of #397473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397473

Black with #397473

Text Example


Text Example

White with #397473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397473; }

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

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

background-color css

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

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

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

border-color css

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

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

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