#2B4F53

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

Shades of Dark Slate Grey #2B4F53

Tints of Dark Slate Grey #2B4F53

Color information

#2B4F53 (or 0x2B4F53) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 4F and 53. RGB value is (43,79,83). Sum of RGB (Red+Green+Blue) = 43+79+83=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B4F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4F53 is #D4B0AC. Grayscale: #444444. Windows color (decimal): -13938861 or 5459755. OLE color: 5459755.

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

Color convert

RGB437983-
CMYK0.480.0500.67
HSL186º31.75%24.71%-
HSV(B)186º48.19%32.55%-
XYZ5.356.739.2-
YUV68.69136.07109.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=20.98%
G=38.54%
B=40.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4379830.480.0500.6718631.7524.71
Hex2B4F53305043ba2019
Octal5311712360501032724031
Binary10101110011111010011110000101010000111011101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,79,83); }

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

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

 a { background-color: rgb(43,79,83); }

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

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

 span { border-color: rgb(43,79,83); }

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