#343442

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

Shades of Revolver #343442

Tints of Revolver #343442

Color information

#343442 (or 0x343442) is unknown color: approx Revolver. HEX triplet: 34, 34 and 42. RGB value is (52,52,66). Sum of RGB (Red+Green+Blue) = 52+52+66=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #343442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343442 is #CBCBBD. Grayscale: #353535. Windows color (decimal): -13355966 or 4338740. OLE color: 4338740.

HSL color Cylindrical-coordinate representation of color #343442: hue angle of 240º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343442 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB525266-
CMYK0.210.2100.74
HSL240º11.86%23.14%-
HSV(B)240º21.21%25.88%-
XYZ3.633.585.65-
YUV53.6135126.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=30.59%
G=30.59%
B=38.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5252660.210.2100.7424011.8623.14
Hex343442151504Af0c17
Octal6464102252501123601427
Binary110100110100100001010101101010100101011110000110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343442; }

 p { color: rgb(52,52,66); }

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

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

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

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

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

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

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