#3A4347

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

Shades of Charade #3A4347

Tints of Charade #3A4347

Color information

#3A4347 (or 0x3A4347) is unknown color: approx Charade. HEX triplet: 3A, 43 and 47. RGB value is (58,67,71). Sum of RGB (Red+Green+Blue) = 58+67+71=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A4347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4347 is #C5BCB8. Grayscale: #404040. Windows color (decimal): -12958905 or 4670266. OLE color: 4670266.

HSL color Cylindrical-coordinate representation of color #3A4347: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A4347 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586771-
CMYK0.180.0600.72
HSL198.46º10.08%25.29%-
HSV(B)198.46º18.31%27.84%-
XYZ4.895.376.74-
YUV64.76131.52123.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=29.59%
G=34.18%
B=36.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5867710.180.0600.72198.4610.0825.29
Hex3A4347126048c6a19
Octal7210310722601103061231
Binary11101010000111000111100101100100100011000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,71); }

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

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

 a { background-color: rgb(58,67,71); }

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

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

 span { border-color: rgb(58,67,71); }

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