Html Css Color HEX #397580 Ming

📋 copy color: '#397580'

red 57 ◦ green 117 ◦ blue 128

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

Shades of Ming #397580

Tints of Ming #397580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 18.87%
G = 38.74%
B = 42.38%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#397580 (or 0x397580) is known color: Ming. HEX triplet: 39, 75 and 80. RGB value is (57,117,128). Sum of RGB (Red+Green+Blue) = 57+117+128=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #397580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397580 is #C68A7F. Grayscale: #646464. Windows color (decimal): -13011584 or 8418617. OLE color: 8418617.

HSL color Cylindrical-coordinate representation of color #397580: hue angle of 189.3º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397580 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 117 128 -
CMYK 0.55 0.09 0 0.50
HSL 189.3º 0.38% 0.36% -
HSV(B) 189.3º 0.55% 0.5% -
XYZ 11.94 15.15 22.72 -
YUV 100.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 57 117 128 0.55 0.09 0 0.50 189.3 0.38 0.36
Hex 39 75 80 37 9 0 32 BD 26 24
Octal 71 165 200 67 11 0 62 275 46 44
Binary 111001 1110101 10000000 110111 1001 0 110010 10111101 100110 100100

Color Harmonies of #397580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397580

Black with #397580

Text Example


Text Example

White with #397580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397580; }

 p { color: rgb(57,117,128); }

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

background-color css

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

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

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

border-color css

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

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

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