#39767C

Color #39767C Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #39767C

Tints of Ming #39767C

Color information

#39767C (or 0x39767C) is unknown color: approx 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

RGB57118124-
CMYK0.540.0500.51
HSL185.37º37.02%35.49%-
HSV(B)185.37º54.03%48.63%-
XYZ11.815.2821.4-
YUV100.44141.2997.01-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571181240.540.0500.51185.3737.0235.49
Hex39767C365033b92523
Octal711661746650632714543
Binary11100111101101111100110110101011001110111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>