Html Css Color HEX #314358 Madison

📋 copy color: '#314358'

red 49 ◦ green 67 ◦ blue 88

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

Shades of Madison #314358

Tints of Madison #314358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 24.02%
G = 32.84%
B = 43.14%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314358 (or 0x314358) is known color: Madison. HEX triplet: 31, 43 and 58. RGB value is (49,67,88). Sum of RGB (Red+Green+Blue) = 49+67+88=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #314358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314358 is #CEBCA7. Grayscale: #3F3F3F. Windows color (decimal): -13548712 or 5784369. OLE color: 5784369.

HSL color Cylindrical-coordinate representation of color #314358: hue angle of 212.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314358 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 67 88 -
CMYK 0.44 0.24 0 0.65
HSL 212.31º 0.28% 0.27% -
HSV(B) 212.31º 0.44% 0.35% -
XYZ 5.04 5.37 10 -
YUV 64.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 49 67 88 0.44 0.24 0 0.65 212.31 0.28 0.27
Hex 31 43 58 2C 18 0 41 D4 1C 1B
Octal 61 103 130 54 30 0 101 324 34 33
Binary 110001 1000011 1011000 101100 11000 0 1000001 11010100 11100 11011

Color Harmonies of #314358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314358

Black with #314358

Text Example


Text Example

White with #314358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314358; }

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

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

background-color css

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

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

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

border-color css

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

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

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