Html Css Color HEX #2B3B58 Madison

📋 copy color: '#2B3B58'

red 43 ◦ green 59 ◦ blue 88

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

Shades of Madison #2B3B58

Tints of Madison #2B3B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 22.63%
G = 31.05%
B = 46.32%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B3B58 (or 0x2B3B58) is known color: Madison. HEX triplet: 2B, 3B and 58. RGB value is (43,59,88). Sum of RGB (Red+Green+Blue) = 43+59+88=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3B58 is #D4C4A7. Grayscale: #393939. Windows color (decimal): -13943976 or 5782315. OLE color: 5782315.

HSL color Cylindrical-coordinate representation of color #2B3B58: hue angle of 218.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3B58 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 59 88 -
CMYK 0.51 0.33 0 0.65
HSL 218.67º 0.34% 0.26% -
HSV(B) 218.67º 0.51% 0.35% -
XYZ 4.32 4.35 9.84 -
YUV 57.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 43 59 88 0.51 0.33 0 0.65 218.67 0.34 0.26
Hex 2B 3B 58 33 21 0 41 DB 22 1A
Octal 53 73 130 63 41 0 101 333 42 32
Binary 101011 111011 1011000 110011 100001 0 1000001 11011011 100010 11010

Color Harmonies of #2B3B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3B58

Black with #2B3B58

Text Example


Text Example

White with #2B3B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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