Html Css Color HEX #2B3D50 Madison

📋 copy color: '#2B3D50'

red 43 ◦ green 61 ◦ blue 80

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

Shades of Madison #2B3D50

Tints of Madison #2B3D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.15%

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

R = 23.37%
G = 33.15%
B = 43.48%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2B3D50 (or 0x2B3D50) is known color: Madison. HEX triplet: 2B, 3D and 50. RGB value is (43,61,80). Sum of RGB (Red+Green+Blue) = 43+61+80=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3D50 is #D4C2AF. Grayscale: #393939. Windows color (decimal): -13943472 or 5258539. OLE color: 5258539.

HSL color Cylindrical-coordinate representation of color #2B3D50: hue angle of 210.81º 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 #2B3D50 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 61 80 -
CMYK 0.46 0.24 0 0.69
HSL 210.81º 0.3% 0.24% -
HSV(B) 210.81º 0.46% 0.31% -
XYZ 4.11 4.43 8.23 -
YUV 57.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 43 61 80 0.46 0.24 0 0.69 210.81 0.3 0.24
Hex 2B 3D 50 2E 18 0 45 D3 1E 18
Octal 53 75 120 56 30 0 105 323 36 30
Binary 101011 111101 1010000 101110 11000 0 1000101 11010011 11110 11000

Color Harmonies of #2B3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3D50

Black with #2B3D50

Text Example


Text Example

White with #2B3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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