Html Css Color HEX #397C7C Ming

📋 copy color: '#397C7C'

red 57 ◦ green 124 ◦ blue 124

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

Shades of Ming #397C7C

Tints of Ming #397C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 18.69%
G = 40.66%
B = 40.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#397C7C (or 0x397C7C) is known color: Ming. HEX triplet: 39, 7C and 7C. RGB value is (57,124,124). Sum of RGB (Red+Green+Blue) = 57+124+124=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #397C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C7C is #C68383. Grayscale: #676767. Windows color (decimal): -13009796 or 8158265. OLE color: 8158265.

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

Color convert

RGB 57 124 124 -
CMYK 0.54 0 0 0.51
HSL 180º 0.37% 0.35% -
HSV(B) 180º 0.54% 0.49% -
XYZ 12.53 16.74 21.64 -
YUV 103.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 57 124 124 0.54 0 0 0.51 180 0.37 0.35
Hex 39 7C 7C 36 0 0 33 B4 25 23
Octal 71 174 174 66 0 0 63 264 45 43
Binary 111001 1111100 1111100 110110 0 0 110011 10110100 100101 100011

Color Harmonies of #397C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C7C

Black with #397C7C

Text Example


Text Example

White with #397C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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