Html Css Color HEX #354047 Mirage

📋 copy color: '#354047'

red 53 ◦ green 64 ◦ blue 71

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

Shades of Mirage #354047

Tints of Mirage #354047

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.13% from 255) = 37.77%

R = 28.19%
G = 34.04%
B = 37.77%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#354047 (or 0x354047) is known color: 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

RGB 53 64 71 -
CMYK 0.25 0.10 0 0.72
HSL 203.33º 0.15% 0.24% -
HSV(B) 203.33º 0.25% 0.28% -
XYZ 4.44 4.88 6.67 -
YUV 61.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 53 64 71 0.25 0.10 0 0.72 203.33 0.15 0.24
Hex 35 40 47 19 A 0 48 CB F 18
Octal 65 100 107 31 12 0 110 313 17 30
Binary 110101 1000000 1000111 11001 1010 0 1001000 11001011 1111 11000

Color Harmonies of #354047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354047

Black with #354047

Text Example


Text Example

White with #354047

Text Example


Text Example

HTML Codes & Css Web 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>