Html Css Color HEX #32445A Madison

📋 copy color: '#32445A'

red 50 ◦ green 68 ◦ blue 90

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

Shades of Madison #32445A

Tints of Madison #32445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 24.04%
G = 32.69%
B = 43.27%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#32445A (or 0x32445A) is known color: Madison. HEX triplet: 32, 44 and 5A. RGB value is (50,68,90). Sum of RGB (Red+Green+Blue) = 50+68+90=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #32445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32445A is #CDBBA5. Grayscale: #414141. Windows color (decimal): -13482918 or 5915698. OLE color: 5915698.

HSL color Cylindrical-coordinate representation of color #32445A: hue angle of 213º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32445A is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 68 90 -
CMYK 0.44 0.24 0 0.65
HSL 213º 0.29% 0.27% -
HSV(B) 213º 0.44% 0.35% -
XYZ 5.23 5.55 10.47 -
YUV 65.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 50 68 90 0.44 0.24 0 0.65 213 0.29 0.27
Hex 32 44 5A 2C 18 0 41 D5 1D 1B
Octal 62 104 132 54 30 0 101 325 35 33
Binary 110010 1000100 1011010 101100 11000 0 1000001 11010101 11101 11011

Color Harmonies of #32445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32445A

Black with #32445A

Text Example


Text Example

White with #32445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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