#352C41

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

Shades of Tolopea #352C41

Tints of Tolopea #352C41

Color information

#352C41 (or 0x352C41) is unknown color: approx Tolopea. HEX triplet: 35, 2C and 41. RGB value is (53,44,65). Sum of RGB (Red+Green+Blue) = 53+44+65=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #352C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C41 is #CAD3BE. Grayscale: #313131. Windows color (decimal): -13292479 or 4271157. OLE color: 4271157.

HSL color Cylindrical-coordinate representation of color #352C41: hue angle of 265.71º 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 #352C41 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB534465-
CMYK0.180.3200.75
HSL265.71º19.27%21.37%-
HSV(B)265.71º32.31%25.49%-
XYZ3.322.945.39-
YUV49.08136.98130.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=32.72%
G=27.16%
B=40.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5344650.180.3200.75265.7119.2721.37
Hex352C41122004B10a1315
Octal6554101224001134122325
Binary110101101100100000110010100000010010111000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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