#334546

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

Shades of Dark Slate Grey #334546

Tints of Dark Slate Grey #334546

Color information

#334546 (or 0x334546) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 45 and 46. RGB value is (51,69,70). Sum of RGB (Red+Green+Blue) = 51+69+70=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: blue. Hex color #334546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334546 is #CCBAB9. Grayscale: #3F3F3F. Windows color (decimal): -13417146 or 4605235. OLE color: 4605235.

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

Color convert

RGB516970-
CMYK0.270.0100.73
HSL183.16º15.7%23.73%-
HSV(B)183.16º27.14%27.45%-
XYZ4.65.46.59-
YUV63.73131.54118.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=26.84%
G=36.32%
B=36.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169700.270.0100.73183.1615.723.73
Hex3345461B1049b71018
Octal6310510633101112672030
Binary1100111000101100011011011101001001101101111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334546; }

 p { color: rgb(51,69,70); }

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

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

 a { background-color: rgb(51,69,70); }

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

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

 span { border-color: rgb(51,69,70); }

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