Html Css Color HEX #32455D Madison

📋 copy color: '#32455D'

red 50 ◦ green 69 ◦ blue 93

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

Shades of Madison #32455D

Tints of Madison #32455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

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

R = 23.58%
G = 32.55%
B = 43.87%

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

#32455D (or 0x32455D) is known color: Madison. HEX triplet: 32, 45 and 5D. RGB value is (50,69,93). Sum of RGB (Red+Green+Blue) = 50+69+93=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #32455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455D is #CDBAA2. Grayscale: #414141. Windows color (decimal): -13482659 or 6112562. OLE color: 6112562.

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

Color convert

RGB 50 69 93 -
CMYK 0.46 0.26 0 0.64
HSL 213.49º 0.3% 0.28% -
HSV(B) 213.49º 0.46% 0.36% -
XYZ 5.42 5.72 11.18 -
YUV 66.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 50 69 93 0.46 0.26 0 0.64 213.49 0.3 0.28
Hex 32 45 5D 2E 1A 0 40 D5 1E 1C
Octal 62 105 135 56 32 0 100 325 36 34
Binary 110010 1000101 1011101 101110 11010 0 1000000 11010101 11110 11100

Color Harmonies of #32455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32455D

Black with #32455D

Text Example


Text Example

White with #32455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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