#3D7478

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

Shades of Ming #3D7478

Tints of Ming #3D7478

Color information

#3D7478 (or 0x3D7478) is unknown color: approx Ming. HEX triplet: 3D, 74 and 78. RGB value is (61,116,120). Sum of RGB (Red+Green+Blue) = 61+116+120=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7478 is #C28B87. Grayscale: #636363. Windows color (decimal): -12749704 or 7894077. OLE color: 7894077.

HSL color Cylindrical-coordinate representation of color #3D7478: hue angle of 184.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7478 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB61116120-
CMYK0.490.0300.53
HSL184.07º32.6%35.49%-
HSV(B)184.07º49.17%47.06%-
XYZ11.5614.8420.02-
YUV100.01139.28100.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=20.54%
G=39.06%
B=40.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611161200.490.0300.53184.0732.635.49
Hex3D7478313035b82123
Octal751641706130652704143
Binary1111011110100111100011000111011010110111000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,120); }

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

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

 a { background-color: rgb(61,116,120); }

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

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

 span { border-color: rgb(61,116,120); }

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