#342C41

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

Shades of Tolopea #342C41

Tints of Tolopea #342C41

Color information

#342C41 (or 0x342C41) is unknown color: approx Tolopea. HEX triplet: 34, 2C and 41. RGB value is (52,44,65). Sum of RGB (Red+Green+Blue) = 52+44+65=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #342C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C41 is #CBD3BE. Grayscale: #303030. Windows color (decimal): -13358015 or 4271156. OLE color: 4271156.

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

Color convert

RGB524465-
CMYK0.200.3200.75
HSL262.86º19.27%21.37%-
HSV(B)262.86º32.31%25.49%-
XYZ3.272.915.39-
YUV48.79137.15130.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=32.30%
G=27.33%
B=40.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5244650.200.3200.75262.8619.2721.37
Hex342C41142004B1071315
Octal6454101244001134072325
Binary110100101100100000110100100000010010111000001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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