Html Css Color HEX #31445C Madison

📋 copy color: '#31445C'

red 49 ◦ green 68 ◦ blue 92

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

Shades of Madison #31445C

Tints of Madison #31445C

RGB

 RED value IS 49 (19.53% from 255) = 23.44%

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

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

R = 23.44%
G = 32.54%
B = 44.02%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31445C (or 0x31445C) is known color: Madison. HEX triplet: 31, 44 and 5C. RGB value is (49,68,92). Sum of RGB (Red+Green+Blue) = 49+68+92=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #31445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31445C is #CEBBA3. Grayscale: #404040. Windows color (decimal): -13548452 or 6046769. OLE color: 6046769.

HSL color Cylindrical-coordinate representation of color #31445C: 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.47%. Process color model (Four color, CMYK) of #31445C is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 68 92 -
CMYK 0.47 0.26 0 0.64
HSL 213.49º 0.3% 0.28% -
HSV(B) 213.49º 0.47% 0.36% -
XYZ 5.27 5.56 10.92 -
YUV 65.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 49 68 92 0.47 0.26 0 0.64 213.49 0.3 0.28
Hex 31 44 5C 2F 1A 0 40 D5 1E 1C
Octal 61 104 134 57 32 0 100 325 36 34
Binary 110001 1000100 1011100 101111 11010 0 1000000 11010101 11110 11100

Color Harmonies of #31445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31445C

Black with #31445C

Text Example


Text Example

White with #31445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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