#344445

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

Shades of Dark Slate Grey #344445

Tints of Dark Slate Grey #344445

Color information

#344445 (or 0x344445) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 44 and 45. RGB value is (52,68,69). Sum of RGB (Red+Green+Blue) = 52+68+69=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #344445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344445 is #CBBBBA. Grayscale: #3F3F3F. Windows color (decimal): -13351867 or 4539444. OLE color: 4539444.

HSL color Cylindrical-coordinate representation of color #344445: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #344445 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB526869-
CMYK0.250.0100.73
HSL183.53º14.05%23.73%-
HSV(B)183.53º24.64%27.06%-
XYZ4.565.296.41-
YUV63.33131.2119.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=27.51%
G=35.98%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268690.250.0100.73183.5314.0523.73
Hex344445191049b8e18
Octal6410410531101112701630
Binary110100100010010001011100110100100110111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344445; }

 p { color: rgb(52,68,69); }

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

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

 a { background-color: rgb(52,68,69); }

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

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

 span { border-color: rgb(52,68,69); }

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