#343346

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

Shades of Revolver #343346

Tints of Revolver #343346

Color information

#343346 (or 0x343346) is unknown color: approx Revolver. HEX triplet: 34, 33 and 46. RGB value is (52,51,70). Sum of RGB (Red+Green+Blue) = 52+51+70=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #343346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343346 is #CBCCB9. Grayscale: #353535. Windows color (decimal): -13356218 or 4600628. OLE color: 4600628.

HSL color Cylindrical-coordinate representation of color #343346: hue angle of 243.16º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343346 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB525170-
CMYK0.260.2700.73
HSL243.16º15.7%23.73%-
HSV(B)243.16º27.14%27.45%-
XYZ3.713.546.28-
YUV53.46137.33126.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=30.06%
G=29.48%
B=40.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5251700.260.2700.73243.1615.723.73
Hex3433461A1B049f31018
Octal6463106323301113632030
Binary1101001100111000110110101101101001001111100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343346; }

 p { color: rgb(52,51,70); }

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

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

 a { background-color: rgb(52,51,70); }

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

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

 span { border-color: rgb(52,51,70); }

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