#3B474A

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

Shades of Charade #3B474A

Tints of Charade #3B474A

Color information

#3B474A (or 0x3B474A) is unknown color: approx Charade. HEX triplet: 3B, 47 and 4A. RGB value is (59,71,74). Sum of RGB (Red+Green+Blue) = 59+71+74=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B474A is #C4B8B5. Grayscale: #434343. Windows color (decimal): -12892342 or 4867899. OLE color: 4867899.

HSL color Cylindrical-coordinate representation of color #3B474A: hue angle of 192º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B474A is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB597174-
CMYK0.200.0400.71
HSL192º11.28%26.08%-
HSV(B)192º20.27%29.02%-
XYZ5.295.937.34-
YUV67.75131.52121.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=28.92%
G=34.80%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5971740.200.0400.7119211.2826.08
Hex3B474A144047c0b1a
Octal7310711224401073001332
Binary11101110001111001010101001000100011111000000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,74); }

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

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

 a { background-color: rgb(59,71,74); }

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

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

 span { border-color: rgb(59,71,74); }

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