Html Css Color HEX #2B3C54 Madison

📋 copy color: '#2B3C54'

red 43 ◦ green 60 ◦ blue 84

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

Shades of Madison #2B3C54

Tints of Madison #2B3C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.09%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 22.99%
G = 32.09%
B = 44.92%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B3C54 (or 0x2B3C54) is known color: Madison. HEX triplet: 2B, 3C and 54. RGB value is (43,60,84). Sum of RGB (Red+Green+Blue) = 43+60+84=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B3C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3C54 is #D4C3AB. Grayscale: #393939. Windows color (decimal): -13943724 or 5520427. OLE color: 5520427.

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

Color convert

RGB 43 60 84 -
CMYK 0.49 0.29 0 0.67
HSL 215.12º 0.32% 0.25% -
HSV(B) 215.12º 0.49% 0.33% -
XYZ 4.21 4.39 9.01 -
YUV 57.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 43 60 84 0.49 0.29 0 0.67 215.12 0.32 0.25
Hex 2B 3C 54 31 1D 0 43 D7 20 19
Octal 53 74 124 61 35 0 103 327 40 31
Binary 101011 111100 1010100 110001 11101 0 1000011 11010111 100000 11001

Color Harmonies of #2B3C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3C54

Black with #2B3C54

Text Example


Text Example

White with #2B3C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,60,84); }

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

background-color css

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

 a { background-color: rgb(43,60,84); }

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

border-color css

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

 span { border-color: rgb(43,60,84); }

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