Html Css Color HEX #31445A Madison

📋 copy color: '#31445A'

red 49 ◦ green 68 ◦ blue 90

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

Shades of Madison #31445A

Tints of Madison #31445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.85%

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

R = 23.67%
G = 32.85%
B = 43.48%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31445A (or 0x31445A) is known color: Madison. HEX triplet: 31, 44 and 5A. RGB value is (49,68,90). Sum of RGB (Red+Green+Blue) = 49+68+90=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #31445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31445A is #CEBBA5. Grayscale: #404040. Windows color (decimal): -13548454 or 5915697. OLE color: 5915697.

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

Color convert

RGB 49 68 90 -
CMYK 0.46 0.24 0 0.65
HSL 212.2º 0.29% 0.27% -
HSV(B) 212.2º 0.46% 0.35% -
XYZ 5.18 5.53 10.47 -
YUV 64.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 49 68 90 0.46 0.24 0 0.65 212.2 0.29 0.27
Hex 31 44 5A 2E 18 0 41 D4 1D 1B
Octal 61 104 132 56 30 0 101 324 35 33
Binary 110001 1000100 1011010 101110 11000 0 1000001 11010100 11101 11011

Color Harmonies of #31445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31445A

Black with #31445A

Text Example


Text Example

White with #31445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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