#312774

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

Shades of Paris M #312774

Tints of Paris M #312774

Color information

#312774 (or 0x312774) is unknown color: approx Paris M. HEX triplet: 31, 27 and 74. RGB value is (49,39,116). Sum of RGB (Red+Green+Blue) = 49+39+116=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #312774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312774 is #CED88B. Grayscale: #323232. Windows color (decimal): -13555852 or 7612209. OLE color: 7612209.

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

Color convert

RGB4939116-
CMYK0.580.6600.55
HSL247.79º49.68%30.39%-
HSV(B)247.79º66.38%45.49%-
XYZ5.143.3616.9-
YUV50.77164.81126.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=24.02%
G=19.12%
B=56.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49391160.580.6600.55247.7949.6830.39
Hex3127743A42037f8321e
Octal6147164721020673706236
Binary1100011001111110100111010100001001101111111100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312774; }

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

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

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

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

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

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

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

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