Html Css Color HEX #2B4D50 Dark Slate Grey

📋 copy color: '#2B4D50'

red 43 ◦ green 77 ◦ blue 80

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

Shades of Dark Slate Grey #2B4D50

Tints of Dark Slate Grey #2B4D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.5%

 BLUE value IS 80 (31.64% from 255) = 40%

R = 21.5%
G = 38.5%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B4D50 (or 0x2B4D50) is known color: Dark Slate Grey. HEX triplet: 2B, 4D and 50. RGB value is (43,77,80). Sum of RGB (Red+Green+Blue) = 43+77+80=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B4D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D50 is #D4B2AF. Grayscale: #434343. Windows color (decimal): -13939376 or 5262635. OLE color: 5262635.

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

Color convert

RGB 43 77 80 -
CMYK 0.46 0.04 0 0.69
HSL 184.86º 0.3% 0.24% -
HSV(B) 184.86º 0.46% 0.31% -
XYZ 5.1 6.4 8.56 -
YUV 67.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 43 77 80 0.46 0.04 0 0.69 184.86 0.3 0.24
Hex 2B 4D 50 2E 4 0 45 B9 1E 18
Octal 53 115 120 56 4 0 105 271 36 30
Binary 101011 1001101 1010000 101110 100 0 1000101 10111001 11110 11000

Color Harmonies of #2B4D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4D50

Black with #2B4D50

Text Example


Text Example

White with #2B4D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,77,80); }

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

background-color css

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

 a { background-color: rgb(43,77,80); }

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

border-color css

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

 span { border-color: rgb(43,77,80); }

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