#2B265F

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

Shades of Paris M #2B265F

Tints of Paris M #2B265F

Color information

#2B265F (or 0x2B265F) is unknown color: approx Paris M. HEX triplet: 2B, 26 and 5F. RGB value is (43,38,95). Sum of RGB (Red+Green+Blue) = 43+38+95=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B265F is #D4D9A0. Grayscale: #2D2D2D. Windows color (decimal): -13949345 or 6235691. OLE color: 6235691.

HSL color Cylindrical-coordinate representation of color #2B265F: hue angle of 245.26º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B265F is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB433895-
CMYK0.550.6000.63
HSL245.26º42.86%26.08%-
HSV(B)245.26º60%37.25%-
XYZ3.752.7311.15-
YUV45.99155.66125.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 95 (37.5% from 255) = 53.98%
R=24.43%
G=21.59%
B=53.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4338950.550.6000.63245.2642.8626.08
Hex2B265F373C03Ff52b1a
Octal534613767740773655332
Binary101011100110101111111011111110001111111111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,95); }

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

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

 a { background-color: rgb(43,38,95); }

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

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

 span { border-color: rgb(43,38,95); }

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