Html Css Color HEX #2B3953 Madison

📋 copy color: '#2B3953'

red 43 ◦ green 57 ◦ blue 83

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

Shades of Madison #2B3953

Tints of Madison #2B3953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 23.5%
G = 31.15%
B = 45.36%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B3953 (or 0x2B3953) is known color: Madison. HEX triplet: 2B, 39 and 53. RGB value is (43,57,83). Sum of RGB (Red+Green+Blue) = 43+57+83=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3953 is #D4C6AC. Grayscale: #373737. Windows color (decimal): -13944493 or 5454123. OLE color: 5454123.

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

Color convert

RGB 43 57 83 -
CMYK 0.48 0.31 0 0.67
HSL 219º 0.32% 0.25% -
HSV(B) 219º 0.48% 0.33% -
XYZ 4.02 4.06 8.76 -
YUV 55.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 43 57 83 0.48 0.31 0 0.67 219 0.32 0.25
Hex 2B 39 53 30 1F 0 43 DB 20 19
Octal 53 71 123 60 37 0 103 333 40 31
Binary 101011 111001 1010011 110000 11111 0 1000011 11011011 100000 11001

Color Harmonies of #2B3953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3953

Black with #2B3953

Text Example


Text Example

White with #2B3953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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