#374145

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

Shades of Charade #374145

Tints of Charade #374145

Color information

#374145 (or 0x374145) is unknown color: approx Charade. HEX triplet: 37, 41 and 45. RGB value is (55,65,69). Sum of RGB (Red+Green+Blue) = 55+65+69=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #374145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374145 is #C8BEBA. Grayscale: #3E3E3E. Windows color (decimal): -13156027 or 4538679. OLE color: 4538679.

HSL color Cylindrical-coordinate representation of color #374145: hue angle of 197.14º 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 #374145 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB556569-
CMYK0.200.0600.73
HSL197.14º11.29%24.31%-
HSV(B)197.14º20.29%27.06%-
XYZ4.545.026.36-
YUV62.47131.69122.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=29.10%
G=34.39%
B=36.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5565690.200.0600.73197.1411.2924.31
Hex374145146049c5b18
Octal6710110524601113051330
Binary11011110000011000101101001100100100111000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374145; }

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

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

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

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

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

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

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

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