Html Css Color HEX #31425B Madison

📋 copy color: '#31425B'

red 49 ◦ green 66 ◦ blue 91

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

Shades of Madison #31425B

Tints of Madison #31425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 23.79%
G = 32.04%
B = 44.17%

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

#31425B (or 0x31425B) is known color: Madison. HEX triplet: 31, 42 and 5B. RGB value is (49,66,91). Sum of RGB (Red+Green+Blue) = 49+66+91=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #31425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31425B is #CEBDA4. Grayscale: #3F3F3F. Windows color (decimal): -13548965 or 5980721. OLE color: 5980721.

HSL color Cylindrical-coordinate representation of color #31425B: hue angle of 215.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31425B is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 66 91 -
CMYK 0.46 0.27 0 0.64
HSL 215.71º 0.3% 0.27% -
HSV(B) 215.71º 0.46% 0.36% -
XYZ 5.1 5.3 10.65 -
YUV 63.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 49 66 91 0.46 0.27 0 0.64 215.71 0.3 0.27
Hex 31 42 5B 2E 1B 0 40 D8 1E 1B
Octal 61 102 133 56 33 0 100 330 36 33
Binary 110001 1000010 1011011 101110 11011 0 1000000 11011000 11110 11011

Color Harmonies of #31425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31425B

Black with #31425B

Text Example


Text Example

White with #31425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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