#374648

Color #374648 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #374648

Tints of Dark Slate Grey #374648

Color information

#374648 (or 0x374648) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 46 and 48. RGB value is (55,70,72). Sum of RGB (Red+Green+Blue) = 55+70+72=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #374648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374648 is #C8B9B7. Grayscale: #414141. Windows color (decimal): -13154744 or 4736567. OLE color: 4736567.

HSL color Cylindrical-coordinate representation of color #374648: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374648 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB557072-
CMYK0.240.0300.72
HSL187.06º13.39%24.9%-
HSV(B)187.06º23.61%28.24%-
XYZ4.945.666.96-
YUV65.74131.53120.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=27.92%
G=35.53%
B=36.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5570720.240.0300.72187.0613.3924.9
Hex374648183048bbd19
Octal6710611030301102731531
Binary1101111000110100100011000110100100010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374648; }

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

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

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

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

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

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

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

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