#354047

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

Shades of Mirage #354047

Tints of Mirage #354047

Color information

#354047 (or 0x354047) is unknown color: approx Mirage. HEX triplet: 35, 40 and 47. RGB value is (53,64,71). Sum of RGB (Red+Green+Blue) = 53+64+71=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #354047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354047 is #CABFB8. Grayscale: #3D3D3D. Windows color (decimal): -13287353 or 4669493. OLE color: 4669493.

HSL color Cylindrical-coordinate representation of color #354047: hue angle of 203.33º 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 #354047 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB536471-
CMYK0.250.1000.72
HSL203.33º14.52%24.31%-
HSV(B)203.33º25.35%27.84%-
XYZ4.444.886.67-
YUV61.51133.36121.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=28.19%
G=34.04%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5364710.250.1000.72203.3314.5224.31
Hex35404719A048cbf18
Octal65100107311201103131730
Binary110101100000010001111100110100100100011001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354047; }

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

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

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

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

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

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

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

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