Html Css Color HEX #32445C Madison

📋 copy color: '#32445C'

red 50 ◦ green 68 ◦ blue 92

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

Shades of Madison #32445C

Tints of Madison #32445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 23.81%
G = 32.38%
B = 43.81%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32445C (or 0x32445C) is known color: Madison. HEX triplet: 32, 44 and 5C. RGB value is (50,68,92). Sum of RGB (Red+Green+Blue) = 50+68+92=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #32445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32445C is #CDBBA3. Grayscale: #414141. Windows color (decimal): -13482916 or 6046770. OLE color: 6046770.

HSL color Cylindrical-coordinate representation of color #32445C: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32445C is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 68 92 -
CMYK 0.46 0.26 0 0.64
HSL 214.29º 0.3% 0.28% -
HSV(B) 214.29º 0.46% 0.36% -
XYZ 5.31 5.59 10.92 -
YUV 65.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 50 68 92 0.46 0.26 0 0.64 214.29 0.3 0.28
Hex 32 44 5C 2E 1A 0 40 D6 1E 1C
Octal 62 104 134 56 32 0 100 326 36 34
Binary 110010 1000100 1011100 101110 11010 0 1000000 11010110 11110 11100

Color Harmonies of #32445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32445C

Black with #32445C

Text Example


Text Example

White with #32445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32445C; }

 p { color: rgb(50,68,92); }

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

background-color css

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

 a { background-color: rgb(50,68,92); }

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

border-color css

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

 span { border-color: rgb(50,68,92); }

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