#342D46

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

Shades of Tolopea #342D46

Tints of Tolopea #342D46

Color information

#342D46 (or 0x342D46) is unknown color: approx Tolopea. HEX triplet: 34, 2D and 46. RGB value is (52,45,70). Sum of RGB (Red+Green+Blue) = 52+45+70=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #342D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D46 is #CBD2B9. Grayscale: #313131. Windows color (decimal): -13357754 or 4599092. OLE color: 4599092.

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

Color convert

RGB524570-
CMYK0.260.3600.73
HSL256.8º21.74%22.55%-
HSV(B)256.8º35.71%27.45%-
XYZ3.463.056.2-
YUV49.94139.32129.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=31.14%
G=26.95%
B=41.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5245700.260.3600.73256.821.7422.55
Hex342D461A240491011617
Octal6455106324401114012627
Binary110100101101100011011010100100010010011000000011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342D46; }

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

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

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

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

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

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

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

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