Html Css Color HEX #397E7B Ming

📋 copy color: '#397E7B'

red 57 ◦ green 126 ◦ blue 123

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

Shades of Ming #397E7B

Tints of Ming #397E7B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 18.63%
G = 41.18%
B = 40.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#397E7B (or 0x397E7B) is known color: Ming. HEX triplet: 39, 7E and 7B. RGB value is (57,126,123). Sum of RGB (Red+Green+Blue) = 57+126+123=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #397E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E7B is #C68184. Grayscale: #686868. Windows color (decimal): -13009285 or 8093241. OLE color: 8093241.

HSL color Cylindrical-coordinate representation of color #397E7B: hue angle of 177.39º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E7B is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 126 123 -
CMYK 0.55 0 0.02 0.51
HSL 177.39º 0.38% 0.36% -
HSV(B) 177.39º 0.55% 0.49% -
XYZ 12.72 17.22 21.39 -
YUV 105.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 57 126 123 0.55 0 0.02 0.51 177.39 0.38 0.36
Hex 39 7E 7B 37 0 2 33 B1 26 24
Octal 71 176 173 67 0 2 63 261 46 44
Binary 111001 1111110 1111011 110111 0 10 110011 10110001 100110 100100

Color Harmonies of #397E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E7B

Black with #397E7B

Text Example


Text Example

White with #397E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,123); }

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

background-color css

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

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

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

border-color css

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

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

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