Shades of Revolver #343247
Tints of Revolver #343247
RGB
CMYK
RGB Variations
Color information
#343247 (or 0x343247) is known color: Revolver. HEX triplet: 34, 32 and 47. RGB value is (52,50,71). Sum of RGB (Red+Green+Blue) = 52+50+71=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #343247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343247 is #CBCDB8. Grayscale: #343434. Windows color (decimal): -13356473 or 4665908. OLE color: 4665908.
HSL color Cylindrical-coordinate representation of color #343247: hue angle of 245.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #343247 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 50 | 71 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.72 |
| HSL | 245.71º | 0.17% | 0.24% | - |
| HSV(B) | 245.71º | 0.3% | 0.28% | - |
| XYZ | 3.69 | 3.47 | 6.44 | - |
| YUV | 52.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 71 | 0.27 | 0.30 | 0 | 0.72 | 245.71 | 0.17 | 0.24 |
| Hex | 34 | 32 | 47 | 1B | 1E | 0 | 48 | F6 | 11 | 18 |
| Octal | 64 | 62 | 107 | 33 | 36 | 0 | 110 | 366 | 21 | 30 |
| Binary | 110100 | 110010 | 1000111 | 11011 | 11110 | 0 | 1001000 | 11110110 | 10001 | 11000 |
Color Harmonies of #343247
Complementary color
Monochromatic Colors of #343247
Black with #343247
Text Example
Text Example
White with #343247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343247; }
p { color: rgb(52,50,71); }
H1.HeaderClassName
{
color: #343247;
}
.AnyTagClassName
{
color: #343247;
}
</style>
background-color css
<style>
a { background-color: #343247; }
a { background-color: rgb(52,50,71); }
div.DivClassName
{
background-color: #343247;
}
.BgClassName
{
background-color: #343247;
}
</style>
border-color css
<style>
span { border-color: #343247; }
span { border-color: rgb(52,50,71); }
td.TdClassName
{
border-color: #343247;
}
.TagClassName
{
border-color: #343247;
}
</style>