#2E4F55

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

Shades of Dark Slate Grey #2E4F55

Tints of Dark Slate Grey #2E4F55

Color information

#2E4F55 (or 0x2E4F55) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 4F and 55. RGB value is (46,79,85). Sum of RGB (Red+Green+Blue) = 46+79+85=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E4F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F55 is #D1B0AA. Grayscale: #454545. Windows color (decimal): -13742251 or 5590830. OLE color: 5590830.

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

Color convert

RGB467985-
CMYK0.460.0700.67
HSL189.23º29.77%25.69%-
HSV(B)189.23º45.88%33.33%-
XYZ5.566.839.62-
YUV69.82136.57111.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=21.90%
G=37.62%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4679850.460.0700.67189.2329.7725.69
Hex2E4F552E7043bd1e1a
Octal5611712556701032753632
Binary1011101001111101010110111011101000011101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,85); }

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

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

 a { background-color: rgb(46,79,85); }

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

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

 span { border-color: rgb(46,79,85); }

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