Html Css Color HEX #2B3956 Madison

📋 copy color: '#2B3956'

red 43 ◦ green 57 ◦ blue 86

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

Shades of Madison #2B3956

Tints of Madison #2B3956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.24%

R = 23.12%
G = 30.65%
B = 46.24%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2B3956 (or 0x2B3956) is known color: Madison. HEX triplet: 2B, 39 and 56. RGB value is (43,57,86). Sum of RGB (Red+Green+Blue) = 43+57+86=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B3956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3956 is #D4C6A9. Grayscale: #373737. Windows color (decimal): -13944490 or 5650731. OLE color: 5650731.

HSL color Cylindrical-coordinate representation of color #2B3956: hue angle of 220.47º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B3956 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 57 86 -
CMYK 0.50 0.34 0 0.66
HSL 220.47º 0.33% 0.25% -
HSV(B) 220.47º 0.5% 0.34% -
XYZ 4.14 4.11 9.38 -
YUV 56.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 43 57 86 0.50 0.34 0 0.66 220.47 0.33 0.25
Hex 2B 39 56 32 22 0 42 DC 21 19
Octal 53 71 126 62 42 0 102 334 41 31
Binary 101011 111001 1010110 110010 100010 0 1000010 11011100 100001 11001

Color Harmonies of #2B3956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3956

Black with #2B3956

Text Example


Text Example

White with #2B3956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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