#312B66

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

Shades of Paris M #312B66

Tints of Paris M #312B66

Color information

#312B66 (or 0x312B66) is unknown color: approx Paris M. HEX triplet: 31, 2B and 66. RGB value is (49,43,102). Sum of RGB (Red+Green+Blue) = 49+43+102=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #312B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B66 is #CED499. Grayscale: #333333. Windows color (decimal): -13554842 or 6695729. OLE color: 6695729.

HSL color Cylindrical-coordinate representation of color #312B66: hue angle of 246.1º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312B66 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4943102-
CMYK0.520.5800.6
HSL246.1º40.69%28.43%-
HSV(B)246.1º57.84%40%-
XYZ4.533.3412.98-
YUV51.52156.49126.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=25.26%
G=22.16%
B=52.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49431020.520.5800.6246.140.6928.43
Hex312B66343A03Cf6291c
Octal615314664720743665134
Binary110001101011110011011010011101001111001111011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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