#312B69

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

Shades of Paris M #312B69

Tints of Paris M #312B69

Color information

#312B69 (or 0x312B69) is unknown color: approx Paris M. HEX triplet: 31, 2B and 69. RGB value is (49,43,105). Sum of RGB (Red+Green+Blue) = 49+43+105=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #312B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B69 is #CED496. Grayscale: #333333. Windows color (decimal): -13554839 or 6892337. OLE color: 6892337.

HSL color Cylindrical-coordinate representation of color #312B69: hue angle of 245.81º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312B69 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4943105-
CMYK0.530.5900.59
HSL245.81º41.89%29.02%-
HSV(B)245.81º59.05%41.18%-
XYZ4.683.413.77-
YUV51.86157.99125.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=24.87%
G=21.83%
B=53.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49431050.530.5900.59245.8141.8929.02
Hex312B69353B03Bf62a1d
Octal615315165730733665235
Binary110001101011110100111010111101101110111111011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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