#374045

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

Shades of Mirage #374045

Tints of Mirage #374045

Color information

#374045 (or 0x374045) is unknown color: approx Mirage. HEX triplet: 37, 40 and 45. RGB value is (55,64,69). Sum of RGB (Red+Green+Blue) = 55+64+69=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #374045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374045 is #C8BFBA. Grayscale: #3D3D3D. Windows color (decimal): -13156283 or 4538423. OLE color: 4538423.

HSL color Cylindrical-coordinate representation of color #374045: hue angle of 201.43º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #374045 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB556469-
CMYK0.200.0700.73
HSL201.43º11.29%24.31%-
HSV(B)201.43º20.29%27.06%-
XYZ4.484.916.34-
YUV61.88132.02123.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=29.26%
G=34.04%
B=36.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5564690.200.0700.73201.4311.2924.31
Hex374045147049c9b18
Octal6710010524701113111330
Binary11011110000001000101101001110100100111001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374045; }

 p { color: rgb(55,64,69); }

 H1.HeaderClassName
 {
   color: #374045;
 }
 .AnyTagClassName
 {
   color: #374045;
 }
</style>
background-color css

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

 a { background-color: rgb(55,64,69); }

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

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

 span { border-color: rgb(55,64,69); }

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