#2E5056

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

Shades of Dark Slate Grey #2E5056

Tints of Dark Slate Grey #2E5056

Color information

#2E5056 (or 0x2E5056) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 50 and 56. RGB value is (46,80,86). Sum of RGB (Red+Green+Blue) = 46+80+86=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E5056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5056 is #D1AFA9. Grayscale: #464646. Windows color (decimal): -13741994 or 5656622. OLE color: 5656622.

HSL color Cylindrical-coordinate representation of color #2E5056: hue angle of 189º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5056 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB468086-
CMYK0.470.0700.66
HSL189º30.3%25.88%-
HSV(B)189º46.51%33.73%-
XYZ5.686.999.85-
YUV70.52136.74110.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=21.70%
G=37.74%
B=40.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4680860.470.0700.6618930.325.88
Hex2E50562F7042bd1e1a
Octal5612012657701022753632
Binary1011101010000101011010111111101000010101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5056; }

 p { color: rgb(46,80,86); }

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

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

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

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

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

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

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