#2B4F52

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

Shades of Dark Slate Grey #2B4F52

Tints of Dark Slate Grey #2B4F52

Color information

#2B4F52 (or 0x2B4F52) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 4F and 52. RGB value is (43,79,82). Sum of RGB (Red+Green+Blue) = 43+79+82=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B4F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4F52 is #D4B0AD. Grayscale: #444444. Windows color (decimal): -13938862 or 5394219. OLE color: 5394219.

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

Color convert

RGB437982-
CMYK0.480.0400.68
HSL184.62º31.2%24.51%-
HSV(B)184.62º47.56%32.16%-
XYZ5.326.719-
YUV68.58135.57109.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=21.08%
G=38.73%
B=40.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4379820.480.0400.68184.6231.224.51
Hex2B4F52304044b91f19
Octal5311712260401042713731
Binary1010111001111101001011000010001000100101110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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