Html Css Color HEX #313F52 Madison

📋 copy color: '#313F52'

red 49 ◦ green 63 ◦ blue 82

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

Shades of Madison #313F52

Tints of Madison #313F52

RGB

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

 GREEN value IS 63 (25% from 255) = 32.47%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 25.26%
G = 32.47%
B = 42.27%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313F52 (or 0x313F52) is known color: Madison. HEX triplet: 31, 3F and 52. RGB value is (49,63,82). Sum of RGB (Red+Green+Blue) = 49+63+82=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #313F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F52 is #CEC0AD. Grayscale: #3C3C3C. Windows color (decimal): -13549742 or 5390129. OLE color: 5390129.

HSL color Cylindrical-coordinate representation of color #313F52: hue angle of 214.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313F52 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 63 82 -
CMYK 0.40 0.23 0 0.68
HSL 214.55º 0.25% 0.26% -
HSV(B) 214.55º 0.4% 0.32% -
XYZ 4.57 4.82 8.67 -
YUV 60.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 49 63 82 0.40 0.23 0 0.68 214.55 0.25 0.26
Hex 31 3F 52 28 17 0 44 D7 19 1A
Octal 61 77 122 50 27 0 104 327 31 32
Binary 110001 111111 1010010 101000 10111 0 1000100 11010111 11001 11010

Color Harmonies of #313F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F52

Black with #313F52

Text Example


Text Example

White with #313F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F52; }

 p { color: rgb(49,63,82); }

 H1.HeaderClassName
 {
   color: #313F52;
 }
 .AnyTagClassName
 {
   color: #313F52;
 }
</style>

background-color css

<style>
 a { background-color: #313F52; }

 a { background-color: rgb(49,63,82); }

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

border-color css

<style>
 span { border-color: #313F52; }

 span { border-color: rgb(49,63,82); }

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