Html Css Color HEX #2B3954 Madison

📋 copy color: '#2B3954'

red 43 ◦ green 57 ◦ blue 84

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

Shades of Madison #2B3954

Tints of Madison #2B3954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

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

R = 23.37%
G = 30.98%
B = 45.65%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B3954 (or 0x2B3954) is known color: Madison. HEX triplet: 2B, 39 and 54. RGB value is (43,57,84). Sum of RGB (Red+Green+Blue) = 43+57+84=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3954 is #D4C6AB. Grayscale: #373737. Windows color (decimal): -13944492 or 5519659. OLE color: 5519659.

HSL color Cylindrical-coordinate representation of color #2B3954: hue angle of 219.51º 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 #2B3954 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 57 84 -
CMYK 0.49 0.32 0 0.67
HSL 219.51º 0.32% 0.25% -
HSV(B) 219.51º 0.49% 0.33% -
XYZ 4.06 4.08 8.96 -
YUV 55.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 43 57 84 0.49 0.32 0 0.67 219.51 0.32 0.25
Hex 2B 39 54 31 20 0 43 DC 20 19
Octal 53 71 124 61 40 0 103 334 40 31
Binary 101011 111001 1010100 110001 100000 0 1000011 11011100 100000 11001

Color Harmonies of #2B3954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3954

Black with #2B3954

Text Example


Text Example

White with #2B3954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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