#345051

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

Shades of Dark Slate Grey #345051

Tints of Dark Slate Grey #345051

Color information

#345051 (or 0x345051) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 50 and 51. RGB value is (52,80,81). Sum of RGB (Red+Green+Blue) = 52+80+81=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #345051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345051 is #CBAFAE. Grayscale: #474747. Windows color (decimal): -13348783 or 5328948. OLE color: 5328948.

HSL color Cylindrical-coordinate representation of color #345051: hue angle of 182.07º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345051 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB528081-
CMYK0.360.0100.68
HSL182.07º21.8%26.08%-
HSV(B)182.07º35.8%31.76%-
XYZ5.777.068.84-
YUV71.74133.22113.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=24.41%
G=37.56%
B=38.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5280810.360.0100.68182.0721.826.08
Hex345051241044b6161a
Octal6412012144101042662632
Binary11010010100001010001100100101000100101101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345051; }

 p { color: rgb(52,80,81); }

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

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

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

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

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

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

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