#342B40

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

Shades of Tolopea #342B40

Tints of Tolopea #342B40

Color information

#342B40 (or 0x342B40) is unknown color: approx Tolopea. HEX triplet: 34, 2B and 40. RGB value is (52,43,64). Sum of RGB (Red+Green+Blue) = 52+43+64=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #342B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B40 is #CBD4BF. Grayscale: #303030. Windows color (decimal): -13358272 or 4205364. OLE color: 4205364.

HSL color Cylindrical-coordinate representation of color #342B40: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342B40 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB524364-
CMYK0.190.3300.75
HSL265.71º19.63%20.98%-
HSV(B)265.71º32.81%25.1%-
XYZ3.212.835.23-
YUV48.08136.98130.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=32.70%
G=27.04%
B=40.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5243640.190.3300.75265.7119.6320.98
Hex342B40132104B10a1415
Octal6453100234101134122425
Binary110100101011100000010011100001010010111000010101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,64); }

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

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

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

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

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

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

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