#2F2468

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

Shades of Paris M #2F2468

Tints of Paris M #2F2468

Color information

#2F2468 (or 0x2F2468) is unknown color: approx Paris M. HEX triplet: 2F, 24 and 68. RGB value is (47,36,104). Sum of RGB (Red+Green+Blue) = 47+36+104=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F2468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2468 is #D0DB97. Grayscale: #2E2E2E. Windows color (decimal): -13687704 or 6825007. OLE color: 6825007.

HSL color Cylindrical-coordinate representation of color #2F2468: hue angle of 249.71º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F2468 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4736104-
CMYK0.550.6500.59
HSL249.71º48.57%27.45%-
HSV(B)249.71º65.38%40.78%-
XYZ4.32.8713.42-
YUV47.04160.14127.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.13%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=25.13%
G=19.25%
B=55.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47361040.550.6500.59249.7148.5727.45
Hex2F2468374103Bfa311b
Octal5744150671010733726133
Binary1011111001001101000110111100000101110111111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,104); }

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

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

 a { background-color: rgb(47,36,104); }

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

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

 span { border-color: rgb(47,36,104); }

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