Html Css Color HEX #2B3E54 Madison

📋 copy color: '#2B3E54'

red 43 ◦ green 62 ◦ blue 84

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

Shades of Madison #2B3E54

Tints of Madison #2B3E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

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

R = 22.75%
G = 32.8%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B3E54 (or 0x2B3E54) is known color: Madison. HEX triplet: 2B, 3E and 54. RGB value is (43,62,84). Sum of RGB (Red+Green+Blue) = 43+62+84=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3E54 is #D4C1AB. Grayscale: #3A3A3A. Windows color (decimal): -13943212 or 5520939. OLE color: 5520939.

HSL color Cylindrical-coordinate representation of color #2B3E54: hue angle of 212.2º 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 #2B3E54 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 62 84 -
CMYK 0.49 0.26 0 0.67
HSL 212.2º 0.32% 0.25% -
HSV(B) 212.2º 0.49% 0.33% -
XYZ 4.32 4.6 9.05 -
YUV 58.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 43 62 84 0.49 0.26 0 0.67 212.2 0.32 0.25
Hex 2B 3E 54 31 1A 0 43 D4 20 19
Octal 53 76 124 61 32 0 103 324 40 31
Binary 101011 111110 1010100 110001 11010 0 1000011 11010100 100000 11001

Color Harmonies of #2B3E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3E54

Black with #2B3E54

Text Example


Text Example

White with #2B3E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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