Html Css Color HEX #2B4547 Dark Slate Grey

📋 copy color: '#2B4547'

red 43 ◦ green 69 ◦ blue 71

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

Shades of Dark Slate Grey #2B4547

Tints of Dark Slate Grey #2B4547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 23.5%
G = 37.7%
B = 38.8%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B4547 (or 0x2B4547) is known color: Dark Slate Grey. HEX triplet: 2B, 45 and 47. RGB value is (43,69,71). Sum of RGB (Red+Green+Blue) = 43+69+71=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4547 is #D4BAB8. Grayscale: #3D3D3D. Windows color (decimal): -13941433 or 4670763. OLE color: 4670763.

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

Color convert

RGB 43 69 71 -
CMYK 0.39 0.03 0 0.72
HSL 184.29º 0.25% 0.22% -
HSV(B) 184.29º 0.39% 0.28% -
XYZ 4.26 5.22 6.75 -
YUV 61.45 133.39 114.84 -
System Red Green Blue C M Y K H S L
Decimal 43 69 71 0.39 0.03 0 0.72 184.29 0.25 0.22
Hex 2B 45 47 27 3 0 48 B8 19 16
Octal 53 105 107 47 3 0 110 270 31 26
Binary 101011 1000101 1000111 100111 11 0 1001000 10111000 11001 10110

Color Harmonies of #2B4547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4547

Black with #2B4547

Text Example


Text Example

White with #2B4547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,69,71); }

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

background-color css

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

 a { background-color: rgb(43,69,71); }

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

border-color css

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

 span { border-color: rgb(43,69,71); }

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