#292369

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

Shades of Paris M #292369

Tints of Paris M #292369

Color information

#292369 (or 0x292369) is unknown color: approx Paris M. HEX triplet: 29, 23 and 69. RGB value is (41,35,105). Sum of RGB (Red+Green+Blue) = 41+35+105=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #292369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292369 is #D6DC96. Grayscale: #2C2C2C. Windows color (decimal): -14081175 or 6890281. OLE color: 6890281.

HSL color Cylindrical-coordinate representation of color #292369: hue angle of 245.14º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #292369 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4135105-
CMYK0.610.6700.59
HSL245.14º50%27.45%-
HSV(B)245.14º66.67%41.18%-
XYZ4.072.6913.67-
YUV44.77161.99125.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=22.65%
G=19.34%
B=58.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41351050.610.6700.59245.145027.45
Hex2923693D4303Bf5321b
Octal5143151751030733656233
Binary1010011000111101001111101100001101110111111010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292369; }

 p { color: rgb(41,35,105); }

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

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

 a { background-color: rgb(41,35,105); }

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

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

 span { border-color: rgb(41,35,105); }

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