Shades of Charade #3A4347
Tints of Charade #3A4347
RGB
CMYK
RGB Variations
Color information
#3A4347 (or 0x3A4347) is known color: 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
| RGB | 58 | 67 | 71 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.72 |
| HSL | 198.46º | 0.1% | 0.25% | - |
| HSV(B) | 198.46º | 0.18% | 0.28% | - |
| XYZ | 4.89 | 5.37 | 6.74 | - |
| YUV | 64.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 71 | 0.18 | 0.06 | 0 | 0.72 | 198.46 | 0.1 | 0.25 |
| Hex | 3A | 43 | 47 | 12 | 6 | 0 | 48 | C6 | A | 19 |
| Octal | 72 | 103 | 107 | 22 | 6 | 0 | 110 | 306 | 12 | 31 |
| Binary | 111010 | 1000011 | 1000111 | 10010 | 110 | 0 | 1001000 | 11000110 | 1010 | 11001 |
Color Harmonies of #3A4347
Complementary color
Monochromatic Colors of #3A4347
Black with #3A4347
Text Example
Text Example
White with #3A4347
Text Example
Text Example
HTML Codes & Css Web 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>