Html Css Color HEX #31435B Madison

📋 copy color: '#31435B'

red 49 ◦ green 67 ◦ blue 91

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

Shades of Madison #31435B

Tints of Madison #31435B

RGB

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

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

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

R = 23.67%
G = 32.37%
B = 43.96%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31435B (or 0x31435B) is known color: Madison. HEX triplet: 31, 43 and 5B. RGB value is (49,67,91). Sum of RGB (Red+Green+Blue) = 49+67+91=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #31435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31435B is #CEBCA4. Grayscale: #404040. Windows color (decimal): -13548709 or 5980977. OLE color: 5980977.

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

Color convert

RGB 49 67 91 -
CMYK 0.46 0.26 0 0.64
HSL 214.29º 0.3% 0.27% -
HSV(B) 214.29º 0.46% 0.36% -
XYZ 5.16 5.42 10.67 -
YUV 64.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 49 67 91 0.46 0.26 0 0.64 214.29 0.3 0.27
Hex 31 43 5B 2E 1A 0 40 D6 1E 1B
Octal 61 103 133 56 32 0 100 326 36 33
Binary 110001 1000011 1011011 101110 11010 0 1000000 11010110 11110 11011

Color Harmonies of #31435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31435B

Black with #31435B

Text Example


Text Example

White with #31435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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