#2F2369

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

Shades of Paris M #2F2369

Tints of Paris M #2F2369

Color information

#2F2369 (or 0x2F2369) is unknown color: approx Paris M. HEX triplet: 2F, 23 and 69. RGB value is (47,35,105). Sum of RGB (Red+Green+Blue) = 47+35+105=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F2369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2369 is #D0DC96. Grayscale: #2E2E2E. Windows color (decimal): -13687959 or 6890287. OLE color: 6890287.

HSL color Cylindrical-coordinate representation of color #2F2369: hue angle of 250.29º 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 #2F2369 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4735105-
CMYK0.550.6700.59
HSL250.29º50%27.45%-
HSV(B)250.29º66.67%41.18%-
XYZ4.322.8313.68-
YUV46.57160.98128.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.13%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=25.13%
G=18.72%
B=56.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47351050.550.6700.59250.295027.45
Hex2F2369374303Bfa321b
Octal5743151671030733726233
Binary1011111000111101001110111100001101110111111101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2369; }

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

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

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

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

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

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

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

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