#334A4B

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

Shades of Dark Slate Grey #334A4B

Tints of Dark Slate Grey #334A4B

Color information

#334A4B (or 0x334A4B) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 4A and 4B. RGB value is (51,74,75). Sum of RGB (Red+Green+Blue) = 51+74+75=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #334A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A4B is #CCB5B4. Grayscale: #434343. Windows color (decimal): -13415861 or 4934195. OLE color: 4934195.

HSL color Cylindrical-coordinate representation of color #334A4B: hue angle of 182.5º 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 #334A4B is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB517475-
CMYK0.320.0100.71
HSL182.5º19.05%24.71%-
HSV(B)182.5º32%29.41%-
XYZ5.086.117.57-
YUV67.24132.38116.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=25.5%
G=37%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5174750.320.0100.71182.519.0524.71
Hex334A4B201047b61319
Octal6311211340101072662331
Binary11001110010101001011100000101000111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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