#2B514E

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

Shades of Dark Slate Grey #2B514E

Tints of Dark Slate Grey #2B514E

Color information

#2B514E (or 0x2B514E) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 51 and 4E. RGB value is (43,81,78). Sum of RGB (Red+Green+Blue) = 43+81+78=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #2B514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B514E is #D4AEB1. Grayscale: #454545. Windows color (decimal): -13938354 or 5132587. OLE color: 5132587.

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

Color convert

RGB438178-
CMYK0.4700.040.68
HSL175.26º30.65%24.31%-
HSV(B)175.26º46.91%31.76%-
XYZ5.316.958.27-
YUV69.3132.91109.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=21.29%
G=40.10%
B=38.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381780.4700.040.68175.2630.6524.31
Hex2B514E2F0444af1f18
Octal5312111657041042573730
Binary1010111010001100111010111101001000100101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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