Html Css Color HEX #374146 Mirage

📋 copy color: '#374146'

red 55 ◦ green 65 ◦ blue 70

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

Shades of Mirage #374146

Tints of Mirage #374146

RGB

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

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

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

R = 28.95%
G = 34.21%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#374146 (or 0x374146) is known color: Mirage. HEX triplet: 37, 41 and 46. RGB value is (55,65,70). Sum of RGB (Red+Green+Blue) = 55+65+70=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: blue. Hex color #374146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374146 is #C8BEB9. Grayscale: #3E3E3E. Windows color (decimal): -13156026 or 4604215. OLE color: 4604215.

HSL color Cylindrical-coordinate representation of color #374146: hue angle of 200º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #374146 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 65 70 -
CMYK 0.21 0.07 0 0.73
HSL 200º 0.12% 0.25% -
HSV(B) 200º 0.21% 0.27% -
XYZ 4.57 5.04 6.53 -
YUV 62.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 55 65 70 0.21 0.07 0 0.73 200 0.12 0.25
Hex 37 41 46 15 7 0 49 C8 C 19
Octal 67 101 106 25 7 0 111 310 14 31
Binary 110111 1000001 1000110 10101 111 0 1001001 11001000 1100 11001

Color Harmonies of #374146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374146

Black with #374146

Text Example


Text Example

White with #374146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374146; }

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

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

background-color css

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

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

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

border-color css

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

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

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