#2B235D

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

Shades of Paris M #2B235D

Tints of Paris M #2B235D

Color information

#2B235D (or 0x2B235D) is unknown color: approx Paris M. HEX triplet: 2B, 23 and 5D. RGB value is (43,35,93). Sum of RGB (Red+Green+Blue) = 43+35+93=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B235D is #D4DCA2. Grayscale: #2B2B2B. Windows color (decimal): -13950115 or 6103851. OLE color: 6103851.

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

Color convert

RGB433593-
CMYK0.540.6200.64
HSL248.28º45.31%25.1%-
HSV(B)248.28º62.37%36.47%-
XYZ3.572.5110.65-
YUV44155.65127.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=25.15%
G=20.47%
B=54.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4335930.540.6200.64248.2845.3125.1
Hex2B235D363E040f82d19
Octal5343135667601003705531
Binary1010111000111011101110110111110010000001111100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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