#374044

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

Shades of Charade #374044

Tints of Charade #374044

Color information

#374044 (or 0x374044) is unknown color: approx Charade. HEX triplet: 37, 40 and 44. RGB value is (55,64,68). Sum of RGB (Red+Green+Blue) = 55+64+68=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #374044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374044 is #C8BFBB. Grayscale: #3D3D3D. Windows color (decimal): -13156284 or 4472887. OLE color: 4472887.

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

Color convert

RGB556468-
CMYK0.190.0600.73
HSL198.46º10.57%24.12%-
HSV(B)198.46º19.12%26.67%-
XYZ4.454.96.18-
YUV61.76131.52123.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=29.41%
G=34.22%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5564680.190.0600.73198.4610.5724.12
Hex374044136049c6b18
Octal6710010423601113061330
Binary11011110000001000100100111100100100111000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374044; }

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

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

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

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

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

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

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

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