#374244

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

Shades of Charade #374244

Tints of Charade #374244

Color information

#374244 (or 0x374244) is unknown color: approx Charade. HEX triplet: 37, 42 and 44. RGB value is (55,66,68). Sum of RGB (Red+Green+Blue) = 55+66+68=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 68 - color contains mainly: blue. Hex color #374244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374244 is #C8BDBB. Grayscale: #3E3E3E. Windows color (decimal): -13155772 or 4473399. OLE color: 4473399.

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

Color convert

RGB556668-
CMYK0.190.0300.73
HSL189.23º10.57%24.12%-
HSV(B)189.23º19.12%26.67%-
XYZ4.575.136.22-
YUV62.94130.86122.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=29.10%
G=34.92%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5566680.190.0300.73189.2310.5724.12
Hex374244133049bdb18
Octal6710210423301112751330
Binary1101111000010100010010011110100100110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374244; }

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

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

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

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

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

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

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

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