#374146

Color #374146 Mirage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mirage #374146

Tints of Mirage #374146

Color information

#374146 (or 0x374146) is unknown color: approx 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

RGB556570-
CMYK0.210.0700.73
HSL200º12%24.51%-
HSV(B)200º21.43%27.45%-
XYZ4.575.046.53-
YUV62.58132.19122.59-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5565700.210.0700.732001224.51
Hex374146157049c8c19
Octal6710110625701113101431
Binary11011110000011000110101011110100100111001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>