Html Css Color HEX #312E59 Paris M

📋 copy color: '#312E59'

red 49 ◦ green 46 ◦ blue 89

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

Shades of Paris M #312E59

Tints of Paris M #312E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 26.63%
G = 25%
B = 48.37%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312E59 (or 0x312E59) is known color: Paris M. HEX triplet: 31, 2E and 59. RGB value is (49,46,89). Sum of RGB (Red+Green+Blue) = 49+46+89=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #312E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E59 is #CED1A6. Grayscale: #333333. Windows color (decimal): -13554087 or 5844529. OLE color: 5844529.

HSL color Cylindrical-coordinate representation of color #312E59: hue angle of 244.19º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #312E59 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 46 89 -
CMYK 0.45 0.48 0 0.65
HSL 244.19º 0.32% 0.26% -
HSV(B) 244.19º 0.48% 0.35% -
XYZ 4.05 3.33 9.88 -
YUV 51.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 49 46 89 0.45 0.48 0 0.65 244.19 0.32 0.26
Hex 31 2E 59 2D 30 0 41 F4 20 1A
Octal 61 56 131 55 60 0 101 364 40 32
Binary 110001 101110 1011001 101101 110000 0 1000001 11110100 100000 11010

Color Harmonies of #312E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E59

Black with #312E59

Text Example


Text Example

White with #312E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312E59; }

 p { color: rgb(49,46,89); }

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

background-color css

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

 a { background-color: rgb(49,46,89); }

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

border-color css

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

 span { border-color: rgb(49,46,89); }

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