#353F44

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

Shades of Mirage #353F44

Tints of Mirage #353F44

Color information

#353F44 (or 0x353F44) is unknown color: approx Mirage. HEX triplet: 35, 3F and 44. RGB value is (53,63,68). Sum of RGB (Red+Green+Blue) = 53+63+68=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #353F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F44 is #CAC0BB. Grayscale: #3C3C3C. Windows color (decimal): -13287612 or 4472629. OLE color: 4472629.

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

Color convert

RGB536368-
CMYK0.220.0700.73
HSL200º12.4%23.73%-
HSV(B)200º22.06%26.67%-
XYZ4.294.736.16-
YUV60.58132.19122.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=28.80%
G=34.24%
B=36.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5363680.220.0700.7320012.423.73
Hex353F44167049c8c18
Octal657710426701113101430
Binary1101011111111000100101101110100100111001000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F44; }

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

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

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

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

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

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

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

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