#2B236C

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

Shades of Paris M #2B236C

Tints of Paris M #2B236C

Color information

#2B236C (or 0x2B236C) is unknown color: approx Paris M. HEX triplet: 2B, 23 and 6C. RGB value is (43,35,108). Sum of RGB (Red+Green+Blue) = 43+35+108=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B236C is #D4DC93. Grayscale: #2D2D2D. Windows color (decimal): -13950100 or 7086891. OLE color: 7086891.

HSL color Cylindrical-coordinate representation of color #2B236C: hue angle of 246.58º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B236C is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4335108-
CMYK0.600.6800.58
HSL246.58º51.05%28.04%-
HSV(B)246.58º67.59%42.35%-
XYZ4.32.814.5-
YUV45.71163.15126.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=23.12%
G=18.82%
B=58.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43351080.600.6800.58246.5851.0528.04
Hex2B236C3C4403Af7331c
Octal5343154741040723676334
Binary1010111000111101100111100100010001110101111011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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