#343247

Color #343247 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #343247

Tints of Revolver #343247

Color information

#343247 (or 0x343247) is unknown color: approx 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

RGB525071-
CMYK0.270.3000.72
HSL245.71º17.36%23.73%-
HSV(B)245.71º29.58%27.84%-
XYZ3.693.476.44-
YUV52.99138.16127.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=30.06%
G=28.90%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5250710.270.3000.72245.7117.3623.73
Hex3432471B1E048f61118
Octal6462107333601103662130
Binary1101001100101000111110111111001001000111101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>