#345151

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

Shades of Dark Slate Grey #345151

Tints of Dark Slate Grey #345151

Color information

#345151 (or 0x345151) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 51 and 51. RGB value is (52,81,81). Sum of RGB (Red+Green+Blue) = 52+81+81=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #345151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345151 is #CBAEAE. Grayscale: #484848. Windows color (decimal): -13348527 or 5329204. OLE color: 5329204.

HSL color Cylindrical-coordinate representation of color #345151: hue angle of 180º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345151 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB528181-
CMYK0.36000.68
HSL180º21.8%26.08%-
HSV(B)180º35.8%31.76%-
XYZ5.847.218.87-
YUV72.33132.89113.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=24.30%
G=37.85%
B=37.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281810.36000.6818021.826.08
Hex345151240044b4161a
Octal6412112144001042642632
Binary11010010100011010001100100001000100101101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345151; }

 p { color: rgb(52,81,81); }

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

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

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

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

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

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

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