#2B5451

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

Shades of Dark Slate Grey #2B5451

Tints of Dark Slate Grey #2B5451

Color information

#2B5451 (or 0x2B5451) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 54 and 51. RGB value is (43,84,81). Sum of RGB (Red+Green+Blue) = 43+84+81=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5451 is #D4ABAE. Grayscale: #474747. Windows color (decimal): -13937583 or 5329963. OLE color: 5329963.

HSL color Cylindrical-coordinate representation of color #2B5451: hue angle of 175.61º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5451 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB438481-
CMYK0.4900.040.67
HSL175.61º32.28%24.9%-
HSV(B)175.61º48.81%32.94%-
XYZ5.657.458.92-
YUV71.4133.42107.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=20.67%
G=40.38%
B=38.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384810.4900.040.67175.6132.2824.9
Hex2B5451310443b02019
Octal5312412161041032604031
Binary10101110101001010001110001010010000111011000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,81); }

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

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

 a { background-color: rgb(43,84,81); }

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

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

 span { border-color: rgb(43,84,81); }

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