Html Css Color HEX #324053 Madison

📋 copy color: '#324053'

red 50 ◦ green 64 ◦ blue 83

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

Shades of Madison #324053

Tints of Madison #324053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 25.38%
G = 32.49%
B = 42.13%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324053 (or 0x324053) is known color: Madison. HEX triplet: 32, 40 and 53. RGB value is (50,64,83). Sum of RGB (Red+Green+Blue) = 50+64+83=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #324053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324053 is #CDBFAC. Grayscale: #3D3D3D. Windows color (decimal): -13483949 or 5455922. OLE color: 5455922.

HSL color Cylindrical-coordinate representation of color #324053: hue angle of 214.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324053 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 64 83 -
CMYK 0.40 0.23 0 0.67
HSL 214.55º 0.25% 0.26% -
HSV(B) 214.55º 0.4% 0.33% -
XYZ 4.71 4.97 8.89 -
YUV 61.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 50 64 83 0.40 0.23 0 0.67 214.55 0.25 0.26
Hex 32 40 53 28 17 0 43 D7 19 1A
Octal 62 100 123 50 27 0 103 327 31 32
Binary 110010 1000000 1010011 101000 10111 0 1000011 11010111 11001 11010

Color Harmonies of #324053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324053

Black with #324053

Text Example


Text Example

White with #324053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324053; }

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

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

background-color css

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

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

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

border-color css

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

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

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