Html Css Color HEX #31435A Madison

📋 copy color: '#31435A'

red 49 ◦ green 67 ◦ blue 90

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

Shades of Madison #31435A

Tints of Madison #31435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 23.79%
G = 32.52%
B = 43.69%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31435A (or 0x31435A) is known color: Madison. HEX triplet: 31, 43 and 5A. RGB value is (49,67,90). Sum of RGB (Red+Green+Blue) = 49+67+90=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #31435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31435A is #CEBCA5. Grayscale: #404040. Windows color (decimal): -13548710 or 5915441. OLE color: 5915441.

HSL color Cylindrical-coordinate representation of color #31435A: hue angle of 213.66º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31435A is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 67 90 -
CMYK 0.46 0.26 0 0.65
HSL 213.66º 0.29% 0.27% -
HSV(B) 213.66º 0.46% 0.35% -
XYZ 5.12 5.41 10.45 -
YUV 64.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 49 67 90 0.46 0.26 0 0.65 213.66 0.29 0.27
Hex 31 43 5A 2E 1A 0 41 D6 1D 1B
Octal 61 103 132 56 32 0 101 326 35 33
Binary 110001 1000011 1011010 101110 11010 0 1000001 11010110 11101 11011

Color Harmonies of #31435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31435A

Black with #31435A

Text Example


Text Example

White with #31435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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