#354446

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

Shades of Charade #354446

Tints of Charade #354446

Color information

#354446 (or 0x354446) is unknown color: approx Charade. HEX triplet: 35, 44 and 46. RGB value is (53,68,70). Sum of RGB (Red+Green+Blue) = 53+68+70=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #354446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354446 is #CABBB9. Grayscale: #3F3F3F. Windows color (decimal): -13286330 or 4604981. OLE color: 4604981.

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

Color convert

RGB536870-
CMYK0.240.0300.73
HSL187.06º13.82%24.12%-
HSV(B)187.06º24.29%27.45%-
XYZ4.645.336.58-
YUV63.74131.53120.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=27.75%
G=35.60%
B=36.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368700.240.0300.73187.0613.8224.12
Hex354446183049bbe18
Octal6510410630301112731630
Binary1101011000100100011011000110100100110111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354446; }

 p { color: rgb(53,68,70); }

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

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

 a { background-color: rgb(53,68,70); }

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

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

 span { border-color: rgb(53,68,70); }

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