Html Css Color HEX #353E45 Mirage

📋 copy color: '#353E45'

red 53 ◦ green 62 ◦ blue 69

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

Shades of Mirage #353E45

Tints of Mirage #353E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.7%

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 28.8%
G = 33.7%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353E45 (or 0x353E45) is known color: Mirage. HEX triplet: 35, 3E and 45. RGB value is (53,62,69). Sum of RGB (Red+Green+Blue) = 53+62+69=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: blue. Hex color #353E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E45 is #CAC1BA. Grayscale: #3C3C3C. Windows color (decimal): -13287867 or 4537909. OLE color: 4537909.

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

Color convert

RGB 53 62 69 -
CMYK 0.23 0.10 0 0.73
HSL 206.25º 0.13% 0.24% -
HSV(B) 206.25º 0.23% 0.27% -
XYZ 4.27 4.63 6.3 -
YUV 60.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 53 62 69 0.23 0.10 0 0.73 206.25 0.13 0.24
Hex 35 3E 45 17 A 0 49 CE D 18
Octal 65 76 105 27 12 0 111 316 15 30
Binary 110101 111110 1000101 10111 1010 0 1001001 11001110 1101 11000

Color Harmonies of #353E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E45

Black with #353E45

Text Example


Text Example

White with #353E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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