Html Css Color HEX #39767C Ming

📋 copy color: '#39767C'

red 57 ◦ green 118 ◦ blue 124

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

Shades of Ming #39767C

Tints of Ming #39767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 19.06%
G = 39.46%
B = 41.47%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39767C (or 0x39767C) is known color: Ming. HEX triplet: 39, 76 and 7C. RGB value is (57,118,124). Sum of RGB (Red+Green+Blue) = 57+118+124=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #39767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39767C is #C68983. Grayscale: #646464. Windows color (decimal): -13011332 or 8156729. OLE color: 8156729.

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

Color convert

RGB 57 118 124 -
CMYK 0.54 0.05 0 0.51
HSL 185.37º 0.37% 0.35% -
HSV(B) 185.37º 0.54% 0.49% -
XYZ 11.8 15.28 21.4 -
YUV 100.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 57 118 124 0.54 0.05 0 0.51 185.37 0.37 0.35
Hex 39 76 7C 36 5 0 33 B9 25 23
Octal 71 166 174 66 5 0 63 271 45 43
Binary 111001 1110110 1111100 110110 101 0 110011 10111001 100101 100011

Color Harmonies of #39767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39767C

Black with #39767C

Text Example


Text Example

White with #39767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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