Html Css Color HEX #334F52 Dark Slate Grey

📋 copy color: '#334F52'

red 51 ◦ green 79 ◦ blue 82

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

Shades of Dark Slate Grey #334F52

Tints of Dark Slate Grey #334F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 24.06%
G = 37.26%
B = 38.68%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#334F52 (or 0x334F52) is known color: Dark Slate Grey. HEX triplet: 33, 4F and 52. RGB value is (51,79,82). Sum of RGB (Red+Green+Blue) = 51+79+82=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #334F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F52 is #CCB0AD. Grayscale: #464646. Windows color (decimal): -13414574 or 5394227. OLE color: 5394227.

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

Color convert

RGB 51 79 82 -
CMYK 0.38 0.04 0 0.68
HSL 185.81º 0.23% 0.26% -
HSV(B) 185.81º 0.38% 0.32% -
XYZ 5.68 6.9 9.02 -
YUV 70.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 51 79 82 0.38 0.04 0 0.68 185.81 0.23 0.26
Hex 33 4F 52 26 4 0 44 BA 17 1A
Octal 63 117 122 46 4 0 104 272 27 32
Binary 110011 1001111 1010010 100110 100 0 1000100 10111010 10111 11010

Color Harmonies of #334F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F52

Black with #334F52

Text Example


Text Example

White with #334F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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