Html Css Color HEX #334546 Dark Slate Grey

📋 copy color: '#334546'

red 51 ◦ green 69 ◦ blue 70

#334546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #334546

Tints of Dark Slate Grey #334546

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 value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#334546 (or 0x334546) is known color: 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

RGB 51 69 70 -
CMYK 0.27 0.01 0 0.73
HSL 183.16º 0.16% 0.24% -
HSV(B) 183.16º 0.27% 0.27% -
XYZ 4.6 5.4 6.59 -
YUV 63.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 51 69 70 0.27 0.01 0 0.73 183.16 0.16 0.24
Hex 33 45 46 1B 1 0 49 B7 10 18
Octal 63 105 106 33 1 0 111 267 20 30
Binary 110011 1000101 1000110 11011 1 0 1001001 10110111 10000 11000

Color Harmonies of #334546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334546

Black with #334546

Text Example


Text Example

White with #334546

Text Example


Text Example

HTML Codes & Css Web 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>