Html Css Color HEX #31455B Madison

📋 copy color: '#31455B'

red 49 ◦ green 69 ◦ blue 91

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

Shades of Madison #31455B

Tints of Madison #31455B

RGB

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

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

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

R = 23.44%
G = 33.01%
B = 43.54%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31455B (or 0x31455B) is known color: Madison. HEX triplet: 31, 45 and 5B. RGB value is (49,69,91). Sum of RGB (Red+Green+Blue) = 49+69+91=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #31455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455B is #CEBAA4. Grayscale: #414141. Windows color (decimal): -13548197 or 5981489. OLE color: 5981489.

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

Color convert

RGB 49 69 91 -
CMYK 0.46 0.24 0 0.64
HSL 211.43º 0.3% 0.27% -
HSV(B) 211.43º 0.46% 0.36% -
XYZ 5.28 5.66 10.71 -
YUV 65.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 49 69 91 0.46 0.24 0 0.64 211.43 0.3 0.27
Hex 31 45 5B 2E 18 0 40 D3 1E 1B
Octal 61 105 133 56 30 0 100 323 36 33
Binary 110001 1000101 1011011 101110 11000 0 1000000 11010011 11110 11011

Color Harmonies of #31455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31455B

Black with #31455B

Text Example


Text Example

White with #31455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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