#312365

Color #312365 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #312365

Tints of Paris M #312365

Color information

#312365 (or 0x312365) is unknown color: approx Paris M. HEX triplet: 31, 23 and 65. RGB value is (49,35,101). Sum of RGB (Red+Green+Blue) = 49+35+101=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #312365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312365 is #CEDC9A. Grayscale: #2E2E2E. Windows color (decimal): -13556891 or 6628145. OLE color: 6628145.

HSL color Cylindrical-coordinate representation of color #312365: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312365 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4935101-
CMYK0.510.6500.60
HSL252.73º48.53%26.67%-
HSV(B)252.73º65.35%39.61%-
XYZ4.222.7912.63-
YUV46.71158.64129.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=26.49%
G=18.92%
B=54.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49351010.510.6500.60252.7348.5326.67
Hex312365334103Cfd311b
Octal6143145631010743756133
Binary1100011000111100101110011100000101111001111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312365; }

 p { color: rgb(49,35,101); }

 H1.HeaderClassName
 {
   color: #312365;
 }
 .AnyTagClassName
 {
   color: #312365;
 }
</style>
background-color css

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

 a { background-color: rgb(49,35,101); }

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

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

 span { border-color: rgb(49,35,101); }

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