Html Css Color HEX #397076 Ming

📋 copy color: '#397076'

red 57 ◦ green 112 ◦ blue 118

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

Shades of Ming #397076

Tints of Ming #397076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 19.86%
G = 39.02%
B = 41.11%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#397076 (or 0x397076) is known color: Ming. HEX triplet: 39, 70 and 76. RGB value is (57,112,118). Sum of RGB (Red+Green+Blue) = 57+112+118=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #397076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397076 is #C68F89. Grayscale: #606060. Windows color (decimal): -13012874 or 7761977. OLE color: 7761977.

HSL color Cylindrical-coordinate representation of color #397076: hue angle of 185.9º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397076 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 112 118 -
CMYK 0.52 0.05 0 0.54
HSL 185.9º 0.35% 0.34% -
HSV(B) 185.9º 0.52% 0.46% -
XYZ 10.75 13.77 19.23 -
YUV 96.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 57 112 118 0.52 0.05 0 0.54 185.9 0.35 0.34
Hex 39 70 76 34 5 0 36 BA 23 22
Octal 71 160 166 64 5 0 66 272 43 42
Binary 111001 1110000 1110110 110100 101 0 110110 10111010 100011 100010

Color Harmonies of #397076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397076

Black with #397076

Text Example


Text Example

White with #397076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397076; }

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

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

background-color css

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

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

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

border-color css

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

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

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