Html Css Color HEX #334647 Dark Slate Grey

📋 copy color: '#334647'

red 51 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #334647

Tints of Dark Slate Grey #334647

RGB

 RED value IS 51 (20.31% from 255) = 26.56%

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 26.56%
G = 36.46%
B = 36.98%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#334647 (or 0x334647) is known color: Dark Slate Grey. HEX triplet: 33, 46 and 47. RGB value is (51,70,71). Sum of RGB (Red+Green+Blue) = 51+70+71=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 70 (27.73% from 255 or 36.46% 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 #334647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334647 is #CCB9B8. Grayscale: #404040. Windows color (decimal): -13416889 or 4671027. OLE color: 4671027.

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

Color convert

RGB 51 70 71 -
CMYK 0.28 0.01 0 0.72
HSL 183º 0.16% 0.24% -
HSV(B) 183º 0.28% 0.28% -
XYZ 4.69 5.54 6.78 -
YUV 64.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 51 70 71 0.28 0.01 0 0.72 183 0.16 0.24
Hex 33 46 47 1C 1 0 48 B7 10 18
Octal 63 106 107 34 1 0 110 267 20 30
Binary 110011 1000110 1000111 11100 1 0 1001000 10110111 10000 11000

Color Harmonies of #334647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334647

Black with #334647

Text Example


Text Example

White with #334647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334647; }

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

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

background-color css

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

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

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

border-color css

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

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

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