Html Css Color HEX #312B5E Paris M

📋 copy color: '#312B5E'

red 49 ◦ green 43 ◦ blue 94

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

Shades of Paris M #312B5E

Tints of Paris M #312B5E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

 BLUE value IS 94 (37.11% from 255) = 50.54%

R = 26.34%
G = 23.12%
B = 50.54%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#312B5E (or 0x312B5E) is known color: Paris M. HEX triplet: 31, 2B and 5E. RGB value is (49,43,94). Sum of RGB (Red+Green+Blue) = 49+43+94=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #312B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B5E is #CED4A1. Grayscale: #323232. Windows color (decimal): -13554850 or 6171441. OLE color: 6171441.

HSL color Cylindrical-coordinate representation of color #312B5E: hue angle of 247.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312B5E is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 43 94 -
CMYK 0.48 0.54 0 0.63
HSL 247.06º 0.37% 0.27% -
HSV(B) 247.06º 0.54% 0.37% -
XYZ 4.15 3.19 10.99 -
YUV 50.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 49 43 94 0.48 0.54 0 0.63 247.06 0.37 0.27
Hex 31 2B 5E 30 36 0 3F F7 25 1B
Octal 61 53 136 60 66 0 77 367 45 33
Binary 110001 101011 1011110 110000 110110 0 111111 11110111 100101 11011

Color Harmonies of #312B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B5E

Black with #312B5E

Text Example


Text Example

White with #312B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,43,94); }

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

background-color css

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

 a { background-color: rgb(49,43,94); }

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

border-color css

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

 span { border-color: rgb(49,43,94); }

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