Shades of Revolver #343047
Tints of Revolver #343047
RGB
CMYK
RGB Variations
Color information
#343047 (or 0x343047) is known color: Revolver. HEX triplet: 34, 30 and 47. RGB value is (52,48,71). Sum of RGB (Red+Green+Blue) = 52+48+71=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #343047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343047 is #CBCFB8. Grayscale: #333333. Windows color (decimal): -13356985 or 4665396. OLE color: 4665396.
HSL color Cylindrical-coordinate representation of color #343047: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #343047 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 48 | 71 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.72 |
| HSL | 250.43º | 0.19% | 0.23% | - |
| HSV(B) | 250.43º | 0.32% | 0.28% | - |
| XYZ | 3.61 | 3.3 | 6.41 | - |
| YUV | 51.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 71 | 0.27 | 0.32 | 0 | 0.72 | 250.43 | 0.19 | 0.23 |
| Hex | 34 | 30 | 47 | 1B | 20 | 0 | 48 | FA | 13 | 17 |
| Octal | 64 | 60 | 107 | 33 | 40 | 0 | 110 | 372 | 23 | 27 |
| Binary | 110100 | 110000 | 1000111 | 11011 | 100000 | 0 | 1001000 | 11111010 | 10011 | 10111 |
Color Harmonies of #343047
Complementary color
Monochromatic Colors of #343047
Black with #343047
Text Example
Text Example
White with #343047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343047; }
p { color: rgb(52,48,71); }
H1.HeaderClassName
{
color: #343047;
}
.AnyTagClassName
{
color: #343047;
}
</style>
background-color css
<style>
a { background-color: #343047; }
a { background-color: rgb(52,48,71); }
div.DivClassName
{
background-color: #343047;
}
.BgClassName
{
background-color: #343047;
}
</style>
border-color css
<style>
span { border-color: #343047; }
span { border-color: rgb(52,48,71); }
td.TdClassName
{
border-color: #343047;
}
.TagClassName
{
border-color: #343047;
}
</style>