#374345

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

Shades of Charade #374345

Tints of Charade #374345

Color information

#374345 (or 0x374345) is unknown color: approx Charade. HEX triplet: 37, 43 and 45. RGB value is (55,67,69). Sum of RGB (Red+Green+Blue) = 55+67+69=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #374345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374345 is #C8BCBA. Grayscale: #3F3F3F. Windows color (decimal): -13155515 or 4539191. OLE color: 4539191.

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

Color convert

RGB556769-
CMYK0.200.0300.73
HSL188.57º11.29%24.31%-
HSV(B)188.57º20.29%27.06%-
XYZ4.665.266.4-
YUV63.64131.02121.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=28.80%
G=35.08%
B=36.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5567690.200.0300.73188.5711.2924.31
Hex374345143049bdb18
Octal6710310524301112751330
Binary1101111000011100010110100110100100110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374345; }

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

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

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

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

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

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

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

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