#344C4C

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

Shades of Dark Slate Grey #344C4C

Tints of Dark Slate Grey #344C4C

Color information

#344C4C (or 0x344C4C) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 4C and 4C. RGB value is (52,76,76). Sum of RGB (Red+Green+Blue) = 52+76+76=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: green, blue. Hex color #344C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C4C is #CBB3B3. Grayscale: #444444. Windows color (decimal): -13349812 or 5000244. OLE color: 5000244.

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

Color convert

RGB527676-
CMYK0.32000.70
HSL180º18.75%25.1%-
HSV(B)180º31.58%29.8%-
XYZ5.316.427.8-
YUV68.82132.05116-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=25.49%
G=37.25%
B=37.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276760.32000.7018018.7525.1
Hex344C4C200046b41319
Octal6411411440001062642331
Binary11010010011001001100100000001000110101101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344C4C; }

 p { color: rgb(52,76,76); }

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

<style>
 a { background-color: #344C4C; }

 a { background-color: rgb(52,76,76); }

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

<style>
 span { border-color: #344C4C; }

 span { border-color: rgb(52,76,76); }

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