Html Css Color HEX #314152 Madison

📋 copy color: '#314152'

red 49 ◦ green 65 ◦ blue 82

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

Shades of Madison #314152

Tints of Madison #314152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 25%
G = 33.16%
B = 41.84%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314152 (or 0x314152) is known color: Madison. HEX triplet: 31, 41 and 52. RGB value is (49,65,82). Sum of RGB (Red+Green+Blue) = 49+65+82=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #314152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314152 is #CEBEAD. Grayscale: #3E3E3E. Windows color (decimal): -13549230 or 5390641. OLE color: 5390641.

HSL color Cylindrical-coordinate representation of color #314152: hue angle of 210.91º 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 #314152 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 65 82 -
CMYK 0.40 0.21 0 0.68
HSL 210.91º 0.25% 0.26% -
HSV(B) 210.91º 0.4% 0.32% -
XYZ 4.68 5.04 8.71 -
YUV 62.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 49 65 82 0.40 0.21 0 0.68 210.91 0.25 0.26
Hex 31 41 52 28 15 0 44 D3 19 1A
Octal 61 101 122 50 25 0 104 323 31 32
Binary 110001 1000001 1010010 101000 10101 0 1000100 11010011 11001 11010

Color Harmonies of #314152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314152

Black with #314152

Text Example


Text Example

White with #314152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314152; }

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

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

background-color css

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

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

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

border-color css

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

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

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