Html Css Color HEX #314253 Madison

📋 copy color: '#314253'

red 49 ◦ green 66 ◦ blue 83

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

Shades of Madison #314253

Tints of Madison #314253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 24.75%
G = 33.33%
B = 41.92%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314253 (or 0x314253) is known color: Madison. HEX triplet: 31, 42 and 53. RGB value is (49,66,83). Sum of RGB (Red+Green+Blue) = 49+66+83=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #314253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314253 is #CEBDAC. Grayscale: #3E3E3E. Windows color (decimal): -13548973 or 5456433. OLE color: 5456433.

HSL color Cylindrical-coordinate representation of color #314253: hue angle of 210º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #314253 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 66 83 -
CMYK 0.41 0.20 0 0.67
HSL 210º 0.26% 0.26% -
HSV(B) 210º 0.41% 0.33% -
XYZ 4.78 5.17 8.93 -
YUV 62.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 49 66 83 0.41 0.20 0 0.67 210 0.26 0.26
Hex 31 42 53 29 14 0 43 D2 1A 1A
Octal 61 102 123 51 24 0 103 322 32 32
Binary 110001 1000010 1010011 101001 10100 0 1000011 11010010 11010 11010

Color Harmonies of #314253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314253

Black with #314253

Text Example


Text Example

White with #314253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314253; }

 p { color: rgb(49,66,83); }

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

background-color css

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

 a { background-color: rgb(49,66,83); }

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

border-color css

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

 span { border-color: rgb(49,66,83); }

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