#3B4445

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

Shades of Charade #3B4445

Tints of Charade #3B4445

Color information

#3B4445 (or 0x3B4445) is unknown color: approx Charade. HEX triplet: 3B, 44 and 45. RGB value is (59,68,69). Sum of RGB (Red+Green+Blue) = 59+68+69=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B4445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4445 is #C4BBBA. Grayscale: #414141. Windows color (decimal): -12893115 or 4539451. OLE color: 4539451.

HSL color Cylindrical-coordinate representation of color #3B4445: hue angle of 186º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B4445 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB596869-
CMYK0.140.0100.73
HSL186º7.81%25.1%-
HSV(B)186º14.49%27.06%-
XYZ4.945.496.43-
YUV65.42130.02123.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.10%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=30.10%
G=34.69%
B=35.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5968690.140.0100.731867.8125.1
Hex3B4445E1049ba819
Octal7310410516101112721031
Binary11101110001001000101111010100100110111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,69); }

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

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

 a { background-color: rgb(59,68,69); }

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

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

 span { border-color: rgb(59,68,69); }

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