#342C40

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

Shades of Tolopea #342C40

Tints of Tolopea #342C40

Color information

#342C40 (or 0x342C40) is unknown color: approx Tolopea. HEX triplet: 34, 2C and 40. RGB value is (52,44,64). Sum of RGB (Red+Green+Blue) = 52+44+64=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #342C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C40 is #CBD3BF. Grayscale: #303030. Windows color (decimal): -13358016 or 4205620. OLE color: 4205620.

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

Color convert

RGB524464-
CMYK0.190.3100.75
HSL264º18.52%21.18%-
HSV(B)264º31.25%25.1%-
XYZ3.242.95.24-
YUV48.67136.65130.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 64 (25.39% from 255) = 40%
R=32.5%
G=27.5%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5244640.190.3100.7526418.5221.18
Hex342C40131F04B1081315
Octal6454100233701134102325
Binary11010010110010000001001111111010010111000010001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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