Html Css Color HEX #397074 Ming

📋 copy color: '#397074'

red 57 ◦ green 112 ◦ blue 116

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

Shades of Ming #397074

Tints of Ming #397074

RGB

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

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

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

R = 20%
G = 39.3%
B = 40.7%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#397074 (or 0x397074) is known color: Ming. HEX triplet: 39, 70 and 74. RGB value is (57,112,116). Sum of RGB (Red+Green+Blue) = 57+112+116=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #397074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397074 is #C68F8B. Grayscale: #5F5F5F. Windows color (decimal): -13012876 or 7630905. OLE color: 7630905.

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

Color convert

RGB 57 112 116 -
CMYK 0.51 0.03 0 0.55
HSL 184.07º 0.34% 0.34% -
HSV(B) 184.07º 0.51% 0.45% -
XYZ 10.63 13.72 18.61 -
YUV 96.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 57 112 116 0.51 0.03 0 0.55 184.07 0.34 0.34
Hex 39 70 74 33 3 0 37 B8 22 22
Octal 71 160 164 63 3 0 67 270 42 42
Binary 111001 1110000 1110100 110011 11 0 110111 10111000 100010 100010

Color Harmonies of #397074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397074

Black with #397074

Text Example


Text Example

White with #397074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397074; }

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

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

background-color css

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

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

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

border-color css

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

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

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