#345050

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

Shades of Dark Slate Grey #345050

Tints of Dark Slate Grey #345050

Color information

#345050 (or 0x345050) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 50 and 50. RGB value is (52,80,80). Sum of RGB (Red+Green+Blue) = 52+80+80=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #345050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345050 is #CBAFAF. Grayscale: #474747. Windows color (decimal): -13348784 or 5263412. OLE color: 5263412.

HSL color Cylindrical-coordinate representation of color #345050: hue angle of 180º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345050 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB528080-
CMYK0.35000.69
HSL180º21.21%25.88%-
HSV(B)180º35%31.37%-
XYZ5.737.058.65-
YUV71.63132.72114-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=24.53%
G=37.74%
B=37.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280800.35000.6918021.2125.88
Hex345050230045b4151a
Octal6412012043001052642532
Binary11010010100001010000100011001000101101101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345050; }

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

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

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

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

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

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

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

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