#374649

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

Shades of Charade #374649

Tints of Charade #374649

Color information

#374649 (or 0x374649) is unknown color: approx Charade. HEX triplet: 37, 46 and 49. RGB value is (55,70,73). Sum of RGB (Red+Green+Blue) = 55+70+73=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 73 - color contains mainly: blue. Hex color #374649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374649 is #C8B9B6. Grayscale: #414141. Windows color (decimal): -13154743 or 4802103. OLE color: 4802103.

HSL color Cylindrical-coordinate representation of color #374649: hue angle of 190º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374649 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB557073-
CMYK0.250.0400.71
HSL190º14.06%25.1%-
HSV(B)190º24.66%28.63%-
XYZ4.975.677.14-
YUV65.86132.03120.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=27.78%
G=35.35%
B=36.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5570730.250.0400.7119014.0625.1
Hex374649194047bee19
Octal6710611131401072761631
Binary11011110001101001001110011000100011110111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374649; }

 p { color: rgb(55,70,73); }

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

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

 a { background-color: rgb(55,70,73); }

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

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

 span { border-color: rgb(55,70,73); }

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