#2B4547

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

Shades of Dark Slate Grey #2B4547

Tints of Dark Slate Grey #2B4547

Color information

#2B4547 (or 0x2B4547) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 45 and 47. RGB value is (43,69,71). Sum of RGB (Red+Green+Blue) = 43+69+71=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4547 is #D4BAB8. Grayscale: #3D3D3D. Windows color (decimal): -13941433 or 4670763. OLE color: 4670763.

HSL color Cylindrical-coordinate representation of color #2B4547: hue angle of 184.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4547 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB436971-
CMYK0.390.0300.72
HSL184.29º24.56%22.35%-
HSV(B)184.29º39.44%27.84%-
XYZ4.265.226.75-
YUV61.45133.39114.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=23.50%
G=37.70%
B=38.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4369710.390.0300.72184.2924.5622.35
Hex2B4547273048b81916
Octal5310510747301102703126
Binary101011100010110001111001111101001000101110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,71); }

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

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

 a { background-color: rgb(43,69,71); }

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

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

 span { border-color: rgb(43,69,71); }

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