Html Css Color HEX #324050 Madison

📋 copy color: '#324050'

red 50 ◦ green 64 ◦ blue 80

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

Shades of Madison #324050

Tints of Madison #324050

RGB

 RED value IS 50 (19.92% from 255) = 25.77%

 GREEN value IS 64 (25.39% from 255) = 32.99%

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

R = 25.77%
G = 32.99%
B = 41.24%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#324050 (or 0x324050) is known color: Madison. HEX triplet: 32, 40 and 50. RGB value is (50,64,80). Sum of RGB (Red+Green+Blue) = 50+64+80=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #324050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324050 is #CDBFAF. Grayscale: #3D3D3D. Windows color (decimal): -13483952 or 5259314. OLE color: 5259314.

HSL color Cylindrical-coordinate representation of color #324050: hue angle of 212º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324050 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 64 80 -
CMYK 0.37 0.20 0 0.69
HSL 212º 0.23% 0.25% -
HSV(B) 212º 0.38% 0.31% -
XYZ 4.6 4.92 8.3 -
YUV 61.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 50 64 80 0.37 0.20 0 0.69 212 0.23 0.25
Hex 32 40 50 25 14 0 45 D4 17 19
Octal 62 100 120 45 24 0 105 324 27 31
Binary 110010 1000000 1010000 100101 10100 0 1000101 11010100 10111 11001

Color Harmonies of #324050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324050

Black with #324050

Text Example


Text Example

White with #324050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324050; }

 p { color: rgb(50,64,80); }

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

background-color css

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

 a { background-color: rgb(50,64,80); }

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

border-color css

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

 span { border-color: rgb(50,64,80); }

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