Shades of Revolver #322E46
Tints of Revolver #322E46
RGB
CMYK
RGB Variations
Color information
#322E46 (or 0x322E46) is known color: Revolver. HEX triplet: 32, 2E and 46. RGB value is (50,46,70). Sum of RGB (Red+Green+Blue) = 50+46+70=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #322E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E46 is #CDD1B9. Grayscale: #313131. Windows color (decimal): -13488570 or 4599346. OLE color: 4599346.
HSL color Cylindrical-coordinate representation of color #322E46: hue angle of 250º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322E46 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 46 | 70 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.73 |
| HSL | 250º | 0.21% | 0.23% | - |
| HSV(B) | 250º | 0.34% | 0.27% | - |
| XYZ | 3.4 | 3.07 | 6.21 | - |
| YUV | 49.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 70 | 0.29 | 0.34 | 0 | 0.73 | 250 | 0.21 | 0.23 |
| Hex | 32 | 2E | 46 | 1D | 22 | 0 | 49 | FA | 15 | 17 |
| Octal | 62 | 56 | 106 | 35 | 42 | 0 | 111 | 372 | 25 | 27 |
| Binary | 110010 | 101110 | 1000110 | 11101 | 100010 | 0 | 1001001 | 11111010 | 10101 | 10111 |
Color Harmonies of #322E46
Complementary color
Monochromatic Colors of #322E46
Black with #322E46
Text Example
Text Example
White with #322E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E46; }
p { color: rgb(50,46,70); }
H1.HeaderClassName
{
color: #322E46;
}
.AnyTagClassName
{
color: #322E46;
}
</style>
background-color css
<style>
a { background-color: #322E46; }
a { background-color: rgb(50,46,70); }
div.DivClassName
{
background-color: #322E46;
}
.BgClassName
{
background-color: #322E46;
}
</style>
border-color css
<style>
span { border-color: #322E46; }
span { border-color: rgb(50,46,70); }
td.TdClassName
{
border-color: #322E46;
}
.TagClassName
{
border-color: #322E46;
}
</style>