#2F2269

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

Shades of Paris M #2F2269

Tints of Paris M #2F2269

Color information

#2F2269 (or 0x2F2269) is unknown color: approx Paris M. HEX triplet: 2F, 22 and 69. RGB value is (47,34,105). Sum of RGB (Red+Green+Blue) = 47+34+105=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F2269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2269 is #D0DD96. Grayscale: #2D2D2D. Windows color (decimal): -13688215 or 6890031. OLE color: 6890031.

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

Color convert

RGB4734105-
CMYK0.550.6800.59
HSL250.99º51.08%27.25%-
HSV(B)250.99º67.62%41.18%-
XYZ4.292.7713.67-
YUV45.98161.31128.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=25.27%
G=18.28%
B=56.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47341050.550.6800.59250.9951.0827.25
Hex2F2269374403Bfb331b
Octal5742151671040733736333
Binary1011111000101101001110111100010001110111111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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