#352D43

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

Shades of Tolopea #352D43

Tints of Tolopea #352D43

Color information

#352D43 (or 0x352D43) is unknown color: approx Tolopea. HEX triplet: 35, 2D and 43. RGB value is (53,45,67). Sum of RGB (Red+Green+Blue) = 53+45+67=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 67 - color contains mainly: blue. Hex color #352D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D43 is #CAD2BC. Grayscale: #313131. Windows color (decimal): -13292221 or 4402485. OLE color: 4402485.

HSL color Cylindrical-coordinate representation of color #352D43: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #352D43 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB534567-
CMYK0.210.3300.74
HSL261.82º19.64%21.96%-
HSV(B)261.82º32.84%26.27%-
XYZ3.423.045.72-
YUV49.9137.65130.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 67 (26.56% from 255) = 40.61%
R=32.12%
G=27.27%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5345670.210.3300.74261.8219.6421.96
Hex352D43152104A1061416
Octal6555103254101124062426
Binary110101101101100001110101100001010010101000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,67); }

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

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

 a { background-color: rgb(53,45,67); }

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

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

 span { border-color: rgb(53,45,67); }

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