Shades of Charade #374246
Tints of Charade #374246
RGB
CMYK
RGB Variations
Color information
#374246 (or 0x374246) is known color: Charade. HEX triplet: 37, 42 and 46. RGB value is (55,66,70). Sum of RGB (Red+Green+Blue) = 55+66+70=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #374246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374246 is #C8BDB9. Grayscale: #3F3F3F. Windows color (decimal): -13155770 or 4604471. OLE color: 4604471.
HSL color Cylindrical-coordinate representation of color #374246: hue angle of 196º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #374246 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 66 | 70 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.73 |
| HSL | 196º | 0.12% | 0.25% | - |
| HSV(B) | 196º | 0.21% | 0.27% | - |
| XYZ | 4.63 | 5.15 | 6.54 | - |
| YUV | 63.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 70 | 0.21 | 0.06 | 0 | 0.73 | 196 | 0.12 | 0.25 |
| Hex | 37 | 42 | 46 | 15 | 6 | 0 | 49 | C4 | C | 19 |
| Octal | 67 | 102 | 106 | 25 | 6 | 0 | 111 | 304 | 14 | 31 |
| Binary | 110111 | 1000010 | 1000110 | 10101 | 110 | 0 | 1001001 | 11000100 | 1100 | 11001 |
Color Harmonies of #374246
Complementary color
Monochromatic Colors of #374246
Black with #374246
Text Example
Text Example
White with #374246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374246; }
p { color: rgb(55,66,70); }
H1.HeaderClassName
{
color: #374246;
}
.AnyTagClassName
{
color: #374246;
}
</style>
background-color css
<style>
a { background-color: #374246; }
a { background-color: rgb(55,66,70); }
div.DivClassName
{
background-color: #374246;
}
.BgClassName
{
background-color: #374246;
}
</style>
border-color css
<style>
span { border-color: #374246; }
span { border-color: rgb(55,66,70); }
td.TdClassName
{
border-color: #374246;
}
.TagClassName
{
border-color: #374246;
}
</style>