#345052

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

Shades of Dark Slate Grey #345052

Tints of Dark Slate Grey #345052

Color information

#345052 (or 0x345052) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 50 and 52. RGB value is (52,80,82). Sum of RGB (Red+Green+Blue) = 52+80+82=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #345052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345052 is #CBAFAD. Grayscale: #474747. Windows color (decimal): -13348782 or 5394484. OLE color: 5394484.

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

Color convert

RGB528082-
CMYK0.370.0200.68
HSL184º22.39%26.27%-
HSV(B)184º36.59%32.16%-
XYZ5.817.089.04-
YUV71.86133.72113.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=24.30%
G=37.38%
B=38.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5280820.370.0200.6818422.3926.27
Hex345052252044b8161a
Octal6412012245201042702632
Binary110100101000010100101001011001000100101110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345052; }

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

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

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

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

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

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

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

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