Html Css Color HEX #334F51 Dark Slate Grey

📋 copy color: '#334F51'

red 51 ◦ green 79 ◦ blue 81

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

Shades of Dark Slate Grey #334F51

Tints of Dark Slate Grey #334F51

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 24.17%
G = 37.44%
B = 38.39%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334F51 (or 0x334F51) is known color: Dark Slate Grey. HEX triplet: 33, 4F and 51. RGB value is (51,79,81). Sum of RGB (Red+Green+Blue) = 51+79+81=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #334F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F51 is #CCB0AE. Grayscale: #464646. Windows color (decimal): -13414575 or 5328691. OLE color: 5328691.

HSL color Cylindrical-coordinate representation of color #334F51: hue angle of 184º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334F51 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 79 81 -
CMYK 0.37 0.02 0 0.68
HSL 184º 0.23% 0.26% -
HSV(B) 184º 0.37% 0.32% -
XYZ 5.65 6.89 8.82 -
YUV 70.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 51 79 81 0.37 0.02 0 0.68 184 0.23 0.26
Hex 33 4F 51 25 2 0 44 B8 17 1A
Octal 63 117 121 45 2 0 104 270 27 32
Binary 110011 1001111 1010001 100101 10 0 1000100 10111000 10111 11010

Color Harmonies of #334F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F51

Black with #334F51

Text Example


Text Example

White with #334F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334F51; }

 p { color: rgb(51,79,81); }

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

background-color css

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

 a { background-color: rgb(51,79,81); }

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

border-color css

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

 span { border-color: rgb(51,79,81); }

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