#344547

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

Shades of Dark Slate Grey #344547

Tints of Dark Slate Grey #344547

Color information

#344547 (or 0x344547) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 45 and 47. RGB value is (52,69,71). Sum of RGB (Red+Green+Blue) = 52+69+71=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #344547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344547 is #CBBAB8. Grayscale: #404040. Windows color (decimal): -13351609 or 4670772. OLE color: 4670772.

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

Color convert

RGB526971-
CMYK0.270.0300.72
HSL186.32º15.45%24.12%-
HSV(B)186.32º26.76%27.84%-
XYZ4.685.446.76-
YUV64.14131.87119.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=27.08%
G=35.94%
B=36.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5269710.270.0300.72186.3215.4524.12
Hex3445471B3048baf18
Octal6410510733301102721730
Binary1101001000101100011111011110100100010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344547; }

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

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

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

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

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

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

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

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