#334F52

Color #334F52 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #334F52

Tints of Dark Slate Grey #334F52

Color information

#334F52 (or 0x334F52) is unknown color: approx 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

RGB517982-
CMYK0.380.0400.68
HSL185.81º23.31%26.08%-
HSV(B)185.81º37.8%32.16%-
XYZ5.686.99.02-
YUV70.97134.22113.76-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5179820.380.0400.68185.8123.3126.08
Hex334F52264044ba171a
Octal6311712246401042722732
Binary1100111001111101001010011010001000100101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>