Html Css Color HEX #2B504E Dark Slate Grey

📋 copy color: '#2B504E'

red 43 ◦ green 80 ◦ blue 78

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

Shades of Dark Slate Grey #2B504E

Tints of Dark Slate Grey #2B504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 21.39%
G = 39.8%
B = 38.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#2B504E (or 0x2B504E) is known color: Dark Slate Grey. HEX triplet: 2B, 50 and 4E. RGB value is (43,80,78). Sum of RGB (Red+Green+Blue) = 43+80+78=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #2B504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B504E is #D4AFB1. Grayscale: #444444. Windows color (decimal): -13938610 or 5132331. OLE color: 5132331.

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

Color convert

RGB 43 80 78 -
CMYK 0.46 0 0.02 0.69
HSL 176.76º 0.3% 0.24% -
HSV(B) 176.76º 0.46% 0.31% -
XYZ 5.24 6.8 8.24 -
YUV 68.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 43 80 78 0.46 0 0.02 0.69 176.76 0.3 0.24
Hex 2B 50 4E 2E 0 2 45 B1 1E 18
Octal 53 120 116 56 0 2 105 261 36 30
Binary 101011 1010000 1001110 101110 0 10 1000101 10110001 11110 11000

Color Harmonies of #2B504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B504E

Black with #2B504E

Text Example


Text Example

White with #2B504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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