#312666

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

Shades of Paris M #312666

Tints of Paris M #312666

Color information

#312666 (or 0x312666) is unknown color: approx Paris M. HEX triplet: 31, 26 and 66. RGB value is (49,38,102). Sum of RGB (Red+Green+Blue) = 49+38+102=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #312666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312666 is #CED999. Grayscale: #303030. Windows color (decimal): -13556122 or 6694449. OLE color: 6694449.

HSL color Cylindrical-coordinate representation of color #312666: hue angle of 250.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312666 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4938102-
CMYK0.520.6300.6
HSL250.31º45.71%27.45%-
HSV(B)250.31º62.75%40%-
XYZ4.36312.92-
YUV48.58158.14128.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 102 (40.23% from 255) = 53.97%
R=25.93%
G=20.11%
B=53.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49381020.520.6300.6250.3145.7127.45
Hex312666343F03Cfa2e1b
Octal614614664770743725633
Binary110001100110110011011010011111101111001111101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312666; }

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

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

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

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

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

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

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

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