Html Css Color HEX #2B5154 Dark Slate Grey

📋 copy color: '#2B5154'

red 43 ◦ green 81 ◦ blue 84

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

Shades of Dark Slate Grey #2B5154

Tints of Dark Slate Grey #2B5154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 20.67%
G = 38.94%
B = 40.38%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B5154 (or 0x2B5154) is known color: Dark Slate Grey. HEX triplet: 2B, 51 and 54. RGB value is (43,81,84). Sum of RGB (Red+Green+Blue) = 43+81+84=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5154 is #D4AEAB. Grayscale: #454545. Windows color (decimal): -13938348 or 5525803. OLE color: 5525803.

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

Color convert

RGB 43 81 84 -
CMYK 0.49 0.04 0 0.67
HSL 184.39º 0.32% 0.25% -
HSV(B) 184.39º 0.49% 0.33% -
XYZ 5.54 7.04 9.45 -
YUV 69.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 43 81 84 0.49 0.04 0 0.67 184.39 0.32 0.25
Hex 2B 51 54 31 4 0 43 B8 20 19
Octal 53 121 124 61 4 0 103 270 40 31
Binary 101011 1010001 1010100 110001 100 0 1000011 10111000 100000 11001

Color Harmonies of #2B5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5154

Black with #2B5154

Text Example


Text Example

White with #2B5154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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