#3D7981

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

Shades of Ming #3D7981

Tints of Ming #3D7981

Color information

#3D7981 (or 0x3D7981) is unknown color: approx Ming. HEX triplet: 3D, 79 and 81. RGB value is (61,121,129). Sum of RGB (Red+Green+Blue) = 61+121+129=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D7981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7981 is #C2867E. Grayscale: #676767. Windows color (decimal): -12748415 or 8485181. OLE color: 8485181.

HSL color Cylindrical-coordinate representation of color #3D7981: hue angle of 187.06º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D7981 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB61121129-
CMYK0.530.0600.49
HSL187.06º35.79%37.25%-
HSV(B)187.06º52.71%50.59%-
XYZ12.7216.2523.24-
YUV103.97142.1297.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=19.61%
G=38.91%
B=41.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611211290.530.0600.49187.0635.7937.25
Hex3D7981356031bb2425
Octal751712016560612734445
Binary111101111100110000001110101110011000110111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D7981; }

 p { color: rgb(61,121,129); }

 H1.HeaderClassName
 {
   color: #3D7981;
 }
 .AnyTagClassName
 {
   color: #3D7981;
 }
</style>
background-color css

<style>
 a { background-color: #3D7981; }

 a { background-color: rgb(61,121,129); }

 div.DivClassName
 {
   background-color: #3D7981;
 }
 .BgClassName
 {
   background-color: #3D7981;
 }
</style>
border-color css

<style>
 span { border-color: #3D7981; }

 span { border-color: rgb(61,121,129); }

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