#354447

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

Shades of Charade #354447

Tints of Charade #354447

Color information

#354447 (or 0x354447) is unknown color: approx Charade. HEX triplet: 35, 44 and 47. RGB value is (53,68,71). Sum of RGB (Red+Green+Blue) = 53+68+71=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #354447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354447 is #CABBB8. Grayscale: #3F3F3F. Windows color (decimal): -13286329 or 4670517. OLE color: 4670517.

HSL color Cylindrical-coordinate representation of color #354447: hue angle of 190º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354447 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB536871-
CMYK0.250.0400.72
HSL190º14.52%24.31%-
HSV(B)190º25.35%27.84%-
XYZ4.675.356.75-
YUV63.86132.03120.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=27.60%
G=35.42%
B=36.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5368710.250.0400.7219014.5224.31
Hex354447194048bef18
Octal6510410731401102761730
Binary11010110001001000111110011000100100010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354447; }

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

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

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

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

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

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

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

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