#2B504D

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

Shades of Dark Slate Grey #2B504D

Tints of Dark Slate Grey #2B504D

Color information

#2B504D (or 0x2B504D) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 50 and 4D. RGB value is (43,80,77). Sum of RGB (Red+Green+Blue) = 43+80+77=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #2B504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B504D is #D4AFB2. Grayscale: #444444. Windows color (decimal): -13938611 or 5066795. OLE color: 5066795.

HSL color Cylindrical-coordinate representation of color #2B504D: hue angle of 175.14º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B504D is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB438077-
CMYK0.4600.040.69
HSL175.14º30.08%24.12%-
HSV(B)175.14º46.25%31.37%-
XYZ5.26.798.06-
YUV68.6132.74109.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=21.5%
G=40%
B=38.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380770.4600.040.69175.1430.0824.12
Hex2B504D2E0445af1e18
Octal5312011556041052573630
Binary1010111010000100110110111001001000101101011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,77); }

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

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

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

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

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

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

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