Html Css Color HEX #2B3B50 Madison

📋 copy color: '#2B3B50'

red 43 ◦ green 59 ◦ blue 80

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

Shades of Madison #2B3B50

Tints of Madison #2B3B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 23.63%
G = 32.42%
B = 43.96%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B3B50 (or 0x2B3B50) is known color: Madison. HEX triplet: 2B, 3B and 50. RGB value is (43,59,80). Sum of RGB (Red+Green+Blue) = 43+59+80=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3B50 is #D4C4AF. Grayscale: #383838. Windows color (decimal): -13943984 or 5258027. OLE color: 5258027.

HSL color Cylindrical-coordinate representation of color #2B3B50: hue angle of 214.05º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B3B50 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 59 80 -
CMYK 0.46 0.26 0 0.69
HSL 214.05º 0.3% 0.24% -
HSV(B) 214.05º 0.46% 0.31% -
XYZ 4.01 4.22 8.19 -
YUV 56.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 43 59 80 0.46 0.26 0 0.69 214.05 0.3 0.24
Hex 2B 3B 50 2E 1A 0 45 D6 1E 18
Octal 53 73 120 56 32 0 105 326 36 30
Binary 101011 111011 1010000 101110 11010 0 1000101 11010110 11110 11000

Color Harmonies of #2B3B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3B50

Black with #2B3B50

Text Example


Text Example

White with #2B3B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,59,80); }

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

background-color css

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

 a { background-color: rgb(43,59,80); }

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

border-color css

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

 span { border-color: rgb(43,59,80); }

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