#312674

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

Shades of Paris M #312674

Tints of Paris M #312674

Color information

#312674 (or 0x312674) is unknown color: approx Paris M. HEX triplet: 31, 26 and 74. RGB value is (49,38,116). Sum of RGB (Red+Green+Blue) = 49+38+116=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #312674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312674 is #CED98B. Grayscale: #313131. Windows color (decimal): -13556108 or 7611953. OLE color: 7611953.

HSL color Cylindrical-coordinate representation of color #312674: hue angle of 248.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312674 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4938116-
CMYK0.580.6700.55
HSL248.46º50.65%30.2%-
HSV(B)248.46º67.24%45.49%-
XYZ5.113.316.89-
YUV50.18165.14127.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=24.14%
G=18.72%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49381160.580.6700.55248.4650.6530.2
Hex3126743A43037f8331e
Octal6146164721030673706336
Binary1100011001101110100111010100001101101111111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312674; }

 p { color: rgb(49,38,116); }

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

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

 a { background-color: rgb(49,38,116); }

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

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

 span { border-color: rgb(49,38,116); }

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