#3D4244

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

Shades of Charade #3D4244

Tints of Charade #3D4244

Color information

#3D4244 (or 0x3D4244) is unknown color: approx Charade. HEX triplet: 3D, 42 and 44. RGB value is (61,66,68). Sum of RGB (Red+Green+Blue) = 61+66+68=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D4244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4244 is #C2BDBB. Grayscale: #404040. Windows color (decimal): -12762556 or 4473405. OLE color: 4473405.

HSL color Cylindrical-coordinate representation of color #3D4244: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D4244 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB616668-
CMYK0.100.0300.73
HSL197.14º5.43%25.29%-
HSV(B)197.14º10.29%26.67%-
XYZ4.925.316.23-
YUV64.73129.84125.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=31.28%
G=33.85%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6166680.100.0300.73197.145.4325.29
Hex3D4244A3049c5519
Octal751021041230111305531
Binary11110110000101000100101011010010011100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,68); }

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

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

 a { background-color: rgb(61,66,68); }

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

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

 span { border-color: rgb(61,66,68); }

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