Html Css Color HEX #2B504D Dark Slate Grey

📋 copy color: '#2B504D'

red 43 ◦ green 80 ◦ blue 77

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

Shades of Dark Slate Grey #2B504D

Tints of Dark Slate Grey #2B504D

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

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

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

Color convert

RGB 43 80 77 -
CMYK 0.46 0 0.04 0.69
HSL 175.14º 0.3% 0.24% -
HSV(B) 175.14º 0.46% 0.31% -
XYZ 5.2 6.79 8.06 -
YUV 68.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 43 80 77 0.46 0 0.04 0.69 175.14 0.3 0.24
Hex 2B 50 4D 2E 0 4 45 AF 1E 18
Octal 53 120 115 56 0 4 105 257 36 30
Binary 101011 1010000 1001101 101110 0 100 1000101 10101111 11110 11000

Color Harmonies of #2B504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B504D

Black with #2B504D

Text Example


Text Example

White with #2B504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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