Html Css Color HEX #39707C Ming

📋 copy color: '#39707C'

red 57 ◦ green 112 ◦ blue 124

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

Shades of Ming #39707C

Tints of Ming #39707C

RGB

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

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

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

R = 19.45%
G = 38.23%
B = 42.32%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39707C (or 0x39707C) is known color: Ming. HEX triplet: 39, 70 and 7C. RGB value is (57,112,124). Sum of RGB (Red+Green+Blue) = 57+112+124=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #39707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39707C is #C68F83. Grayscale: #606060. Windows color (decimal): -13012868 or 8155193. OLE color: 8155193.

HSL color Cylindrical-coordinate representation of color #39707C: hue angle of 190.75º 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 #39707C is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 112 124 -
CMYK 0.54 0.10 0 0.51
HSL 190.75º 0.37% 0.35% -
HSV(B) 190.75º 0.54% 0.49% -
XYZ 11.12 13.91 21.17 -
YUV 96.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 57 112 124 0.54 0.10 0 0.51 190.75 0.37 0.35
Hex 39 70 7C 36 A 0 33 BF 25 23
Octal 71 160 174 66 12 0 63 277 45 43
Binary 111001 1110000 1111100 110110 1010 0 110011 10111111 100101 100011

Color Harmonies of #39707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39707C

Black with #39707C

Text Example


Text Example

White with #39707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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