Html Css Color HEX #293A50 Madison

📋 copy color: '#293A50'

red 41 ◦ green 58 ◦ blue 80

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

Shades of Madison #293A50

Tints of Madison #293A50

RGB

 RED value IS 41 (16.41% from 255) = 22.91%

 GREEN value IS 58 (23.05% from 255) = 32.4%

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

R = 22.91%
G = 32.4%
B = 44.69%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293A50 (or 0x293A50) is known color: Madison. HEX triplet: 29, 3A and 50. RGB value is (41,58,80). Sum of RGB (Red+Green+Blue) = 41+58+80=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #293A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A50 is #D6C5AF. Grayscale: #373737. Windows color (decimal): -14075312 or 5257769. OLE color: 5257769.

HSL color Cylindrical-coordinate representation of color #293A50: hue angle of 213.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293A50 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 58 80 -
CMYK 0.49 0.28 0 0.69
HSL 213.85º 0.32% 0.24% -
HSV(B) 213.85º 0.49% 0.31% -
XYZ 3.88 4.08 8.17 -
YUV 55.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 41 58 80 0.49 0.28 0 0.69 213.85 0.32 0.24
Hex 29 3A 50 31 1C 0 45 D6 20 18
Octal 51 72 120 61 34 0 105 326 40 30
Binary 101001 111010 1010000 110001 11100 0 1000101 11010110 100000 11000

Color Harmonies of #293A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A50

Black with #293A50

Text Example


Text Example

White with #293A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A50; }

 p { color: rgb(41,58,80); }

 H1.HeaderClassName
 {
   color: #293A50;
 }
 .AnyTagClassName
 {
   color: #293A50;
 }
</style>

background-color css

<style>
 a { background-color: #293A50; }

 a { background-color: rgb(41,58,80); }

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

border-color css

<style>
 span { border-color: #293A50; }

 span { border-color: rgb(41,58,80); }

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