#344B4C

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

Shades of Dark Slate Grey #344B4C

Tints of Dark Slate Grey #344B4C

Color information

#344B4C (or 0x344B4C) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 4B and 4C. RGB value is (52,75,76). Sum of RGB (Red+Green+Blue) = 52+75+76=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #344B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B4C is #CBB4B3. Grayscale: #444444. Windows color (decimal): -13350068 or 4999988. OLE color: 4999988.

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

Color convert

RGB527576-
CMYK0.320.0100.70
HSL182.5º18.75%25.1%-
HSV(B)182.5º31.58%29.8%-
XYZ5.246.287.77-
YUV68.24132.38116.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=25.62%
G=36.95%
B=37.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5275760.320.0100.70182.518.7525.1
Hex344B4C201046b61319
Octal6411311440101062662331
Binary11010010010111001100100000101000110101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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