Html Css Color HEX #31435D Madison

📋 copy color: '#31435D'

red 49 ◦ green 67 ◦ blue 93

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

Shades of Madison #31435D

Tints of Madison #31435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 23.44%
G = 32.06%
B = 44.5%

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

#31435D (or 0x31435D) is known color: Madison. HEX triplet: 31, 43 and 5D. RGB value is (49,67,93). Sum of RGB (Red+Green+Blue) = 49+67+93=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #31435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31435D is #CEBCA2. Grayscale: #404040. Windows color (decimal): -13548707 or 6112049. OLE color: 6112049.

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

Color convert

RGB 49 67 93 -
CMYK 0.47 0.28 0 0.64
HSL 215.45º 0.31% 0.28% -
HSV(B) 215.45º 0.47% 0.36% -
XYZ 5.25 5.46 11.13 -
YUV 64.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 49 67 93 0.47 0.28 0 0.64 215.45 0.31 0.28
Hex 31 43 5D 2F 1C 0 40 D7 1F 1C
Octal 61 103 135 57 34 0 100 327 37 34
Binary 110001 1000011 1011101 101111 11100 0 1000000 11010111 11111 11100

Color Harmonies of #31435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31435D

Black with #31435D

Text Example


Text Example

White with #31435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31435D; }

 p { color: rgb(49,67,93); }

 H1.HeaderClassName
 {
   color: #31435D;
 }
 .AnyTagClassName
 {
   color: #31435D;
 }
</style>

background-color css

<style>
 a { background-color: #31435D; }

 a { background-color: rgb(49,67,93); }

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

border-color css

<style>
 span { border-color: #31435D; }

 span { border-color: rgb(49,67,93); }

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