Html Css Color HEX #31415B Madison

📋 copy color: '#31415B'

red 49 ◦ green 65 ◦ blue 91

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

Shades of Madison #31415B

Tints of Madison #31415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 23.9%
G = 31.71%
B = 44.39%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31415B (or 0x31415B) is known color: Madison. HEX triplet: 31, 41 and 5B. RGB value is (49,65,91). Sum of RGB (Red+Green+Blue) = 49+65+91=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #31415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31415B is #CEBEA4. Grayscale: #3F3F3F. Windows color (decimal): -13549221 or 5980465. OLE color: 5980465.

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

Color convert

RGB 49 65 91 -
CMYK 0.46 0.29 0 0.64
HSL 217.14º 0.3% 0.27% -
HSV(B) 217.14º 0.46% 0.36% -
XYZ 5.05 5.19 10.63 -
YUV 63.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 49 65 91 0.46 0.29 0 0.64 217.14 0.3 0.27
Hex 31 41 5B 2E 1D 0 40 D9 1E 1B
Octal 61 101 133 56 35 0 100 331 36 33
Binary 110001 1000001 1011011 101110 11101 0 1000000 11011001 11110 11011

Color Harmonies of #31415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31415B

Black with #31415B

Text Example


Text Example

White with #31415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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