Html Css Color HEX #2B4054 Madison

📋 copy color: '#2B4054'

red 43 ◦ green 64 ◦ blue 84

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

Shades of Madison #2B4054

Tints of Madison #2B4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 22.51%
G = 33.51%
B = 43.98%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B4054 (or 0x2B4054) is known color: Madison. HEX triplet: 2B, 40 and 54. RGB value is (43,64,84). Sum of RGB (Red+Green+Blue) = 43+64+84=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4054 is #D4BFAB. Grayscale: #3B3B3B. Windows color (decimal): -13942700 or 5521451. OLE color: 5521451.

HSL color Cylindrical-coordinate representation of color #2B4054: hue angle of 209.27º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B4054 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 64 84 -
CMYK 0.49 0.24 0 0.67
HSL 209.27º 0.32% 0.25% -
HSV(B) 209.27º 0.49% 0.33% -
XYZ 4.43 4.82 9.08 -
YUV 60 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 43 64 84 0.49 0.24 0 0.67 209.27 0.32 0.25
Hex 2B 40 54 31 18 0 43 D1 20 19
Octal 53 100 124 61 30 0 103 321 40 31
Binary 101011 1000000 1010100 110001 11000 0 1000011 11010001 100000 11001

Color Harmonies of #2B4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4054

Black with #2B4054

Text Example


Text Example

White with #2B4054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,64,84); }

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

background-color css

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

 a { background-color: rgb(43,64,84); }

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

border-color css

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

 span { border-color: rgb(43,64,84); }

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