Html Css Color HEX #344546 Dark Slate Grey

📋 copy color: '#344546'

red 52 ◦ green 69 ◦ blue 70

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

Shades of Dark Slate Grey #344546

Tints of Dark Slate Grey #344546

RGB

 RED value IS 52 (20.7% from 255) = 27.23%

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 27.23%
G = 36.13%
B = 36.65%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#344546 (or 0x344546) is known color: Dark Slate Grey. HEX triplet: 34, 45 and 46. RGB value is (52,69,70). Sum of RGB (Red+Green+Blue) = 52+69+70=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #344546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344546 is #CBBAB9. Grayscale: #404040. Windows color (decimal): -13351610 or 4605236. OLE color: 4605236.

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

Color convert

RGB 52 69 70 -
CMYK 0.26 0.01 0 0.73
HSL 183.33º 0.15% 0.24% -
HSV(B) 183.33º 0.26% 0.27% -
XYZ 4.65 5.43 6.6 -
YUV 64.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 52 69 70 0.26 0.01 0 0.73 183.33 0.15 0.24
Hex 34 45 46 1A 1 0 49 B7 F 18
Octal 64 105 106 32 1 0 111 267 17 30
Binary 110100 1000101 1000110 11010 1 0 1001001 10110111 1111 11000

Color Harmonies of #344546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344546

Black with #344546

Text Example


Text Example

White with #344546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344546; }

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

 H1.HeaderClassName
 {
   color: #344546;
 }
 .AnyTagClassName
 {
   color: #344546;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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