Html Css Color HEX #334445 Dark Slate Grey

📋 copy color: '#334445'

red 51 ◦ green 68 ◦ blue 69

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

Shades of Dark Slate Grey #334445

Tints of Dark Slate Grey #334445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 27.13%
G = 36.17%
B = 36.7%

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

#334445 (or 0x334445) is known color: Dark Slate Grey. HEX triplet: 33, 44 and 45. RGB value is (51,68,69). Sum of RGB (Red+Green+Blue) = 51+68+69=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #334445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334445 is #CCBBBA. Grayscale: #3F3F3F. Windows color (decimal): -13417403 or 4539443. OLE color: 4539443.

HSL color Cylindrical-coordinate representation of color #334445: 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 #334445 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 69 -
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.51 5.27 6.41 -
YUV 63.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 51 68 69 0.26 0.01 0 0.73 183.33 0.15 0.24
Hex 33 44 45 1A 1 0 49 B7 F 18
Octal 63 104 105 32 1 0 111 267 17 30
Binary 110011 1000100 1000101 11010 1 0 1001001 10110111 1111 11000

Color Harmonies of #334445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334445

Black with #334445

Text Example


Text Example

White with #334445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334445; }

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

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

background-color css

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

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

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

border-color css

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

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

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