#2B2269

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

Shades of Paris M #2B2269

Tints of Paris M #2B2269

Color information

#2B2269 (or 0x2B2269) is unknown color: approx Paris M. HEX triplet: 2B, 22 and 69. RGB value is (43,34,105). Sum of RGB (Red+Green+Blue) = 43+34+105=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2269 is #D4DD96. Grayscale: #2C2C2C. Windows color (decimal): -13950359 or 6890027. OLE color: 6890027.

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

Color convert

RGB4334105-
CMYK0.590.6800.59
HSL247.61º51.08%27.25%-
HSV(B)247.61º67.62%41.18%-
XYZ4.122.6813.66-
YUV44.78161.98126.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=23.63%
G=18.68%
B=57.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43341050.590.6800.59247.6151.0827.25
Hex2B22693B4403Bf8331b
Octal5342151731040733706333
Binary1010111000101101001111011100010001110111111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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