Html Css Color HEX #39707A Ming

📋 copy color: '#39707A'

red 57 ◦ green 112 ◦ blue 122

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

Shades of Ming #39707A

Tints of Ming #39707A

RGB

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

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

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

R = 19.59%
G = 38.49%
B = 41.92%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39707A (or 0x39707A) is known color: Ming. HEX triplet: 39, 70 and 7A. RGB value is (57,112,122). Sum of RGB (Red+Green+Blue) = 57+112+122=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #39707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39707A is #C68F85. Grayscale: #606060. Windows color (decimal): -13012870 or 8024121. OLE color: 8024121.

HSL color Cylindrical-coordinate representation of color #39707A: hue angle of 189.23º 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 #39707A is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 112 122 -
CMYK 0.53 0.08 0 0.52
HSL 189.23º 0.36% 0.35% -
HSV(B) 189.23º 0.53% 0.48% -
XYZ 10.99 13.86 20.51 -
YUV 96.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 57 112 122 0.53 0.08 0 0.52 189.23 0.36 0.35
Hex 39 70 7A 35 8 0 34 BD 24 23
Octal 71 160 172 65 10 0 64 275 44 43
Binary 111001 1110000 1111010 110101 1000 0 110100 10111101 100100 100011

Color Harmonies of #39707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39707A

Black with #39707A

Text Example


Text Example

White with #39707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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