#353E44

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

Shades of Mirage #353E44

Tints of Mirage #353E44

Color information

#353E44 (or 0x353E44) is unknown color: approx Mirage. HEX triplet: 35, 3E and 44. RGB value is (53,62,68). Sum of RGB (Red+Green+Blue) = 53+62+68=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #353E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E44 is #CAC1BB. Grayscale: #3B3B3B. Windows color (decimal): -13287868 or 4472373. OLE color: 4472373.

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

Color convert

RGB536268-
CMYK0.220.0900.73
HSL204º12.4%23.73%-
HSV(B)204º22.06%26.67%-
XYZ4.234.626.14-
YUV59.99132.52123.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=28.96%
G=33.88%
B=37.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5362680.220.0900.7320412.423.73
Hex353E44169049ccc18
Octal6576104261101113141430
Binary11010111111010001001011010010100100111001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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