#353F45

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

Shades of Mirage #353F45

Tints of Mirage #353F45

Color information

#353F45 (or 0x353F45) is unknown color: approx Mirage. HEX triplet: 35, 3F and 45. RGB value is (53,63,69). Sum of RGB (Red+Green+Blue) = 53+63+69=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #353F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F45 is #CAC0BA. Grayscale: #3C3C3C. Windows color (decimal): -13287611 or 4538165. OLE color: 4538165.

HSL color Cylindrical-coordinate representation of color #353F45: hue angle of 202.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 #353F45 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536369-
CMYK0.230.0900.73
HSL202.5º13.11%23.92%-
HSV(B)202.5º23.19%27.06%-
XYZ4.324.746.32-
YUV60.69132.69122.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=28.65%
G=34.05%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5363690.230.0900.73202.513.1123.92
Hex353F45179049cad18
Octal6577105271101113121530
Binary11010111111110001011011110010100100111001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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