Html Css Color HEX #2B5451 Dark Slate Grey

📋 copy color: '#2B5451'

red 43 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate Grey #2B5451

Tints of Dark Slate Grey #2B5451

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2B5451: hue angle of 175.61º 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 #2B5451 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 84 81 -
CMYK 0.49 0 0.04 0.67
HSL 175.61º 0.32% 0.25% -
HSV(B) 175.61º 0.49% 0.33% -
XYZ 5.65 7.45 8.92 -
YUV 71.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 43 84 81 0.49 0 0.04 0.67 175.61 0.32 0.25
Hex 2B 54 51 31 0 4 43 B0 20 19
Octal 53 124 121 61 0 4 103 260 40 31
Binary 101011 1010100 1010001 110001 0 100 1000011 10110000 100000 11001

Color Harmonies of #2B5451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5451

Black with #2B5451

Text Example


Text Example

White with #2B5451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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