#352E43

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

Shades of Tolopea #352E43

Tints of Tolopea #352E43

Color information

#352E43 (or 0x352E43) is unknown color: approx Tolopea. HEX triplet: 35, 2E and 43. RGB value is (53,46,67). Sum of RGB (Red+Green+Blue) = 53+46+67=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 67 - color contains mainly: blue. Hex color #352E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E43 is #CAD1BC. Grayscale: #323232. Windows color (decimal): -13291965 or 4402741. OLE color: 4402741.

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

Color convert

RGB534667-
CMYK0.210.3100.74
HSL260º18.58%22.16%-
HSV(B)260º31.34%26.27%-
XYZ3.463.125.73-
YUV50.49137.32129.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=31.93%
G=27.71%
B=40.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5346670.210.3100.7426018.5822.16
Hex352E43151F04A1041316
Octal6556103253701124042326
Binary11010110111010000111010111111010010101000001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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