Html Css Color HEX #32445D Madison

📋 copy color: '#32445D'

red 50 ◦ green 68 ◦ blue 93

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

Shades of Madison #32445D

Tints of Madison #32445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 23.7%
G = 32.23%
B = 44.08%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32445D (or 0x32445D) is known color: Madison. HEX triplet: 32, 44 and 5D. RGB value is (50,68,93). Sum of RGB (Red+Green+Blue) = 50+68+93=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #32445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32445D is #CDBBA2. Grayscale: #414141. Windows color (decimal): -13482915 or 6112306. OLE color: 6112306.

HSL color Cylindrical-coordinate representation of color #32445D: hue angle of 214.88º 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 #32445D is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 68 93 -
CMYK 0.46 0.27 0 0.64
HSL 214.88º 0.3% 0.28% -
HSV(B) 214.88º 0.46% 0.36% -
XYZ 5.36 5.6 11.15 -
YUV 65.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 50 68 93 0.46 0.27 0 0.64 214.88 0.3 0.28
Hex 32 44 5D 2E 1B 0 40 D7 1E 1C
Octal 62 104 135 56 33 0 100 327 36 34
Binary 110010 1000100 1011101 101110 11011 0 1000000 11010111 11110 11100

Color Harmonies of #32445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32445D

Black with #32445D

Text Example


Text Example

White with #32445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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