Html Css Color HEX #397A7A Ming

📋 copy color: '#397A7A'

red 57 ◦ green 122 ◦ blue 122

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

Shades of Ming #397A7A

Tints of Ming #397A7A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 18.94%
G = 40.53%
B = 40.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#397A7A (or 0x397A7A) is known color: Ming. HEX triplet: 39, 7A and 7A. RGB value is (57,122,122). Sum of RGB (Red+Green+Blue) = 57+122+122=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #397A7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A7A is #C68585. Grayscale: #666666. Windows color (decimal): -13010310 or 8026681. OLE color: 8026681.

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

Color convert

RGB 57 122 122 -
CMYK 0.53 0 0 0.52
HSL 180º 0.36% 0.35% -
HSV(B) 180º 0.53% 0.48% -
XYZ 12.16 16.19 20.9 -
YUV 102.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 57 122 122 0.53 0 0 0.52 180 0.36 0.35
Hex 39 7A 7A 35 0 0 34 B4 24 23
Octal 71 172 172 65 0 0 64 264 44 43
Binary 111001 1111010 1111010 110101 0 0 110100 10110100 100100 100011

Color Harmonies of #397A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A7A

Black with #397A7A

Text Example


Text Example

White with #397A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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