#374748

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

Shades of Dark Slate Grey #374748

Tints of Dark Slate Grey #374748

Color information

#374748 (or 0x374748) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 47 and 48. RGB value is (55,71,72). Sum of RGB (Red+Green+Blue) = 55+71+72=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #374748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374748 is #C8B8B7. Grayscale: #424242. Windows color (decimal): -13154488 or 4736823. OLE color: 4736823.

HSL color Cylindrical-coordinate representation of color #374748: hue angle of 183.53º 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 #374748 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB557172-
CMYK0.240.0100.72
HSL183.53º13.39%24.9%-
HSV(B)183.53º23.61%28.24%-
XYZ55.796.98-
YUV66.33131.2119.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=27.78%
G=35.86%
B=36.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571720.240.0100.72183.5313.3924.9
Hex374748181048b8d19
Octal6710711030101102701531
Binary110111100011110010001100010100100010111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374748; }

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

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

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

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

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

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

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

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