#334B4B

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

Shades of Dark Slate Grey #334B4B

Tints of Dark Slate Grey #334B4B

Color information

#334B4B (or 0x334B4B) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 4B and 4B. RGB value is (51,75,75). Sum of RGB (Red+Green+Blue) = 51+75+75=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #334B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B4B is #CCB4B4. Grayscale: #434343. Windows color (decimal): -13415605 or 4934451. OLE color: 4934451.

HSL color Cylindrical-coordinate representation of color #334B4B: hue angle of 180º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B4B is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB517575-
CMYK0.32000.71
HSL180º19.05%24.71%-
HSV(B)180º32%29.41%-
XYZ5.156.247.59-
YUV67.82132.05116-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=25.37%
G=37.31%
B=37.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175750.32000.7118019.0524.71
Hex334B4B200047b41319
Octal6311311340001072642331
Binary11001110010111001011100000001000111101101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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