Html Css Color HEX #353F46 Mirage

📋 copy color: '#353F46'

red 53 ◦ green 63 ◦ blue 70

#353F46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mirage #353F46

Tints of Mirage #353F46

RGB

 RED value IS 53 (21.09% from 255) = 28.49%

 GREEN value IS 63 (25% from 255) = 33.87%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 28.49%
G = 33.87%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353F46 (or 0x353F46) is known color: Mirage. HEX triplet: 35, 3F and 46. RGB value is (53,63,70). Sum of RGB (Red+Green+Blue) = 53+63+70=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #353F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F46 is #CAC0B9. Grayscale: #3C3C3C. Windows color (decimal): -13287610 or 4603701. OLE color: 4603701.

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

Color convert

RGB 53 63 70 -
CMYK 0.24 0.10 0 0.73
HSL 204.71º 0.14% 0.24% -
HSV(B) 204.71º 0.24% 0.27% -
XYZ 4.35 4.75 6.48 -
YUV 60.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 53 63 70 0.24 0.10 0 0.73 204.71 0.14 0.24
Hex 35 3F 46 18 A 0 49 CD E 18
Octal 65 77 106 30 12 0 111 315 16 30
Binary 110101 111111 1000110 11000 1010 0 1001001 11001101 1110 11000

Color Harmonies of #353F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F46

Black with #353F46

Text Example


Text Example

White with #353F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #353F46;
 }
 .AnyTagClassName
 {
   color: #353F46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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