Html Css Color HEX #397070 Ming

📋 copy color: '#397070'

red 57 ◦ green 112 ◦ blue 112

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

Shades of Ming #397070

Tints of Ming #397070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 20.28%
G = 39.86%
B = 39.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#397070 (or 0x397070) is known color: Ming. HEX triplet: 39, 70 and 70. RGB value is (57,112,112). Sum of RGB (Red+Green+Blue) = 57+112+112=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #397070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397070 is #C68F8F. Grayscale: #5F5F5F. Windows color (decimal): -13012880 or 7368761. OLE color: 7368761.

HSL color Cylindrical-coordinate representation of color #397070: hue angle of 180º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397070 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 112 -
CMYK 0.49 0 0 0.56
HSL 180º 0.33% 0.33% -
HSV(B) 180º 0.49% 0.44% -
XYZ 10.41 13.63 17.41 -
YUV 95.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 57 112 112 0.49 0 0 0.56 180 0.33 0.33
Hex 39 70 70 31 0 0 38 B4 21 21
Octal 71 160 160 61 0 0 70 264 41 41
Binary 111001 1110000 1110000 110001 0 0 111000 10110100 100001 100001

Color Harmonies of #397070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397070

Black with #397070

Text Example


Text Example

White with #397070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397070; }

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

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

background-color css

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

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

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

border-color css

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

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

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