#2F2268

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

Shades of Paris M #2F2268

Tints of Paris M #2F2268

Color information

#2F2268 (or 0x2F2268) is unknown color: approx Paris M. HEX triplet: 2F, 22 and 68. RGB value is (47,34,104). Sum of RGB (Red+Green+Blue) = 47+34+104=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2268 is #D0DD97. Grayscale: #2D2D2D. Windows color (decimal): -13688216 or 6824495. OLE color: 6824495.

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

Color convert

RGB4734104-
CMYK0.550.6700.59
HSL251.14º50.72%27.06%-
HSV(B)251.14º67.31%40.78%-
XYZ4.242.7513.4-
YUV45.87160.81128.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=25.41%
G=18.38%
B=56.22%

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
Decimal47341040.550.6700.59251.1450.7227.06
Hex2F2268374303Bfb331b
Octal5742150671030733736333
Binary1011111000101101000110111100001101110111111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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