#334B50

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

Shades of Dark Slate Grey #334B50

Tints of Dark Slate Grey #334B50

Color information

#334B50 (or 0x334B50) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 4B and 50. RGB value is (51,75,80). Sum of RGB (Red+Green+Blue) = 51+75+80=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #334B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B50 is #CCB4AF. Grayscale: #444444. Windows color (decimal): -13415600 or 5262131. OLE color: 5262131.

HSL color Cylindrical-coordinate representation of color #334B50: hue angle of 190.34º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334B50 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB517580-
CMYK0.360.0600.69
HSL190.34º22.14%25.69%-
HSV(B)190.34º36.25%31.37%-
XYZ5.336.328.53-
YUV68.39134.55115.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=24.76%
G=36.41%
B=38.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5175800.360.0600.69190.3422.1425.69
Hex334B50246045be161a
Octal6311312044601052762632
Binary1100111001011101000010010011001000101101111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,80); }

 H1.HeaderClassName
 {
   color: #334B50;
 }
 .AnyTagClassName
 {
   color: #334B50;
 }
</style>
background-color css

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

 a { background-color: rgb(51,75,80); }

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

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

 span { border-color: rgb(51,75,80); }

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