Html Css Color HEX #2B5156 Dark Slate Grey

📋 copy color: '#2B5156'

red 43 ◦ green 81 ◦ blue 86

#2B5156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2B5156

Tints of Dark Slate Grey #2B5156

RGB

 RED value IS 43 (17.19% from 255) = 20.48%

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 20.48%
G = 38.57%
B = 40.95%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2B5156 (or 0x2B5156) is known color: Dark Slate Grey. HEX triplet: 2B, 51 and 56. RGB value is (43,81,86). Sum of RGB (Red+Green+Blue) = 43+81+86=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B5156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5156 is #D4AEA9. Grayscale: #464646. Windows color (decimal): -13938346 or 5656875. OLE color: 5656875.

HSL color Cylindrical-coordinate representation of color #2B5156: hue angle of 186.98º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B5156 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 81 86 -
CMYK 0.50 0.06 0 0.66
HSL 186.98º 0.33% 0.25% -
HSV(B) 186.98º 0.5% 0.34% -
XYZ 5.62 7.07 9.87 -
YUV 70.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 43 81 86 0.50 0.06 0 0.66 186.98 0.33 0.25
Hex 2B 51 56 32 6 0 42 BB 21 19
Octal 53 121 126 62 6 0 102 273 41 31
Binary 101011 1010001 1010110 110010 110 0 1000010 10111011 100001 11001

Color Harmonies of #2B5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5156

Black with #2B5156

Text Example


Text Example

White with #2B5156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B5156;
 }
 .AnyTagClassName
 {
   color: #2B5156;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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