Html Css Color HEX #2B4446 Dark Slate Grey

📋 copy color: '#2B4446'

red 43 ◦ green 68 ◦ blue 70

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

Shades of Dark Slate Grey #2B4446

Tints of Dark Slate Grey #2B4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 23.76%
G = 37.57%
B = 38.67%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2B4446 (or 0x2B4446) is known color: Dark Slate Grey. HEX triplet: 2B, 44 and 46. RGB value is (43,68,70). Sum of RGB (Red+Green+Blue) = 43+68+70=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #2B4446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4446 is #D4BBB9. Grayscale: #3C3C3C. Windows color (decimal): -13941690 or 4604971. OLE color: 4604971.

HSL color Cylindrical-coordinate representation of color #2B4446: hue angle of 184.44º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4446 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 68 70 -
CMYK 0.39 0.03 0 0.73
HSL 184.44º 0.24% 0.22% -
HSV(B) 184.44º 0.39% 0.27% -
XYZ 4.17 5.09 6.56 -
YUV 60.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 43 68 70 0.39 0.03 0 0.73 184.44 0.24 0.22
Hex 2B 44 46 27 3 0 49 B8 18 16
Octal 53 104 106 47 3 0 111 270 30 26
Binary 101011 1000100 1000110 100111 11 0 1001001 10111000 11000 10110

Color Harmonies of #2B4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4446

Black with #2B4446

Text Example


Text Example

White with #2B4446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,70); }

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

background-color css

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

 a { background-color: rgb(43,68,70); }

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

border-color css

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

 span { border-color: rgb(43,68,70); }

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