Html Css Color HEX #374147 Mirage

📋 copy color: '#374147'

red 55 ◦ green 65 ◦ blue 71

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

Shades of Mirage #374147

Tints of Mirage #374147

RGB

 RED value IS 55 (21.88% from 255) = 28.8%

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 28.8%
G = 34.03%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374147 (or 0x374147) is known color: Mirage. HEX triplet: 37, 41 and 47. RGB value is (55,65,71). Sum of RGB (Red+Green+Blue) = 55+65+71=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #374147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374147 is #C8BEB8. Grayscale: #3E3E3E. Windows color (decimal): -13156025 or 4669751. OLE color: 4669751.

HSL color Cylindrical-coordinate representation of color #374147: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374147 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 65 71 -
CMYK 0.23 0.08 0 0.72
HSL 202.5º 0.13% 0.25% -
HSV(B) 202.5º 0.23% 0.28% -
XYZ 4.6 5.05 6.69 -
YUV 62.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 55 65 71 0.23 0.08 0 0.72 202.5 0.13 0.25
Hex 37 41 47 17 8 0 48 CA D 19
Octal 67 101 107 27 10 0 110 312 15 31
Binary 110111 1000001 1000111 10111 1000 0 1001000 11001010 1101 11001

Color Harmonies of #374147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374147

Black with #374147

Text Example


Text Example

White with #374147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374147; }

 p { color: rgb(55,65,71); }

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

background-color css

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

 a { background-color: rgb(55,65,71); }

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

border-color css

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

 span { border-color: rgb(55,65,71); }

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