Html Css Color HEX #293C50 Madison

📋 copy color: '#293C50'

red 41 ◦ green 60 ◦ blue 80

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

Shades of Madison #293C50

Tints of Madison #293C50

RGB

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

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

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

R = 22.65%
G = 33.15%
B = 44.2%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293C50 (or 0x293C50) is known color: Madison. HEX triplet: 29, 3C and 50. RGB value is (41,60,80). Sum of RGB (Red+Green+Blue) = 41+60+80=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #293C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C50 is #D6C3AF. Grayscale: #383838. Windows color (decimal): -14074800 or 5258281. OLE color: 5258281.

HSL color Cylindrical-coordinate representation of color #293C50: hue angle of 210.77º 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 #293C50 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 60 80 -
CMYK 0.49 0.25 0 0.69
HSL 210.77º 0.32% 0.24% -
HSV(B) 210.77º 0.49% 0.31% -
XYZ 3.98 4.28 8.21 -
YUV 56.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 41 60 80 0.49 0.25 0 0.69 210.77 0.32 0.24
Hex 29 3C 50 31 19 0 45 D3 20 18
Octal 51 74 120 61 31 0 105 323 40 30
Binary 101001 111100 1010000 110001 11001 0 1000101 11010011 100000 11000

Color Harmonies of #293C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C50

Black with #293C50

Text Example


Text Example

White with #293C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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