#343147

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

Shades of Revolver #343147

Tints of Revolver #343147

Color information

#343147 (or 0x343147) is unknown color: approx Revolver. HEX triplet: 34, 31 and 47. RGB value is (52,49,71). Sum of RGB (Red+Green+Blue) = 52+49+71=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #343147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343147 is #CBCEB8. Grayscale: #343434. Windows color (decimal): -13356729 or 4665652. OLE color: 4665652.

HSL color Cylindrical-coordinate representation of color #343147: hue angle of 248.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #343147 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB524971-
CMYK0.270.3100.72
HSL248.18º18.33%23.53%-
HSV(B)248.18º30.99%27.84%-
XYZ3.653.386.42-
YUV52.4138.49127.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=30.23%
G=28.49%
B=41.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5249710.270.3100.72248.1818.3323.53
Hex3431471B1F048f81218
Octal6461107333701103702230
Binary1101001100011000111110111111101001000111110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343147; }

 p { color: rgb(52,49,71); }

 H1.HeaderClassName
 {
   color: #343147;
 }
 .AnyTagClassName
 {
   color: #343147;
 }
</style>
background-color css

<style>
 a { background-color: #343147; }

 a { background-color: rgb(52,49,71); }

 div.DivClassName
 {
   background-color: #343147;
 }
 .BgClassName
 {
   background-color: #343147;
 }
</style>
border-color css

<style>
 span { border-color: #343147; }

 span { border-color: rgb(52,49,71); }

 td.TdClassName
 {
   border-color: #343147;
 }
 .TagClassName
 {
   border-color: #343147;
 }
</style>