#354345

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

Shades of Charade #354345

Tints of Charade #354345

Color information

#354345 (or 0x354345) is unknown color: approx Charade. HEX triplet: 35, 43 and 45. RGB value is (53,67,69). Sum of RGB (Red+Green+Blue) = 53+67+69=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #354345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354345 is #CABCBA. Grayscale: #3F3F3F. Windows color (decimal): -13286587 or 4539189. OLE color: 4539189.

HSL color Cylindrical-coordinate representation of color #354345: hue angle of 187.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354345 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536769-
CMYK0.230.0300.73
HSL187.5º13.11%23.92%-
HSV(B)187.5º23.19%27.06%-
XYZ4.555.26.39-
YUV63.04131.36120.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=28.04%
G=35.45%
B=36.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5367690.230.0300.73187.513.1123.92
Hex354345173049bbd18
Octal6510310527301112731530
Binary1101011000011100010110111110100100110111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354345; }

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

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

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

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

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

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

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

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