#2B295D

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

Shades of Paris M #2B295D

Tints of Paris M #2B295D

Color information

#2B295D (or 0x2B295D) is unknown color: approx Paris M. HEX triplet: 2B, 29 and 5D. RGB value is (43,41,93). Sum of RGB (Red+Green+Blue) = 43+41+93=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B295D is #D4D6A2. Grayscale: #2F2F2F. Windows color (decimal): -13948579 or 6105387. OLE color: 6105387.

HSL color Cylindrical-coordinate representation of color #2B295D: hue angle of 242.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B295D is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB434193-
CMYK0.540.5600.64
HSL242.31º38.81%26.27%-
HSV(B)242.31º55.91%36.47%-
XYZ3.762.8910.72-
YUV47.53153.66124.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=24.29%
G=23.16%
B=52.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4341930.540.5600.64242.3138.8126.27
Hex2B295D3638040f2271a
Octal5351135667001003624732
Binary1010111010011011101110110111000010000001111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,93); }

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

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

 a { background-color: rgb(43,41,93); }

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

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

 span { border-color: rgb(43,41,93); }

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