Html Css Color HEX #31425C Madison

📋 copy color: '#31425C'

red 49 ◦ green 66 ◦ blue 92

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

Shades of Madison #31425C

Tints of Madison #31425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 23.67%
G = 31.88%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31425C (or 0x31425C) is known color: Madison. HEX triplet: 31, 42 and 5C. RGB value is (49,66,92). Sum of RGB (Red+Green+Blue) = 49+66+92=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #31425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31425C is #CEBDA3. Grayscale: #3F3F3F. Windows color (decimal): -13548964 or 6046257. OLE color: 6046257.

HSL color Cylindrical-coordinate representation of color #31425C: hue angle of 216.28º 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 #31425C is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 66 92 -
CMYK 0.47 0.28 0 0.64
HSL 216.28º 0.3% 0.28% -
HSV(B) 216.28º 0.47% 0.36% -
XYZ 5.15 5.32 10.88 -
YUV 63.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 49 66 92 0.47 0.28 0 0.64 216.28 0.3 0.28
Hex 31 42 5C 2F 1C 0 40 D8 1E 1C
Octal 61 102 134 57 34 0 100 330 36 34
Binary 110001 1000010 1011100 101111 11100 0 1000000 11011000 11110 11100

Color Harmonies of #31425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31425C

Black with #31425C

Text Example


Text Example

White with #31425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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