#2B2372

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

Shades of Paris M #2B2372

Tints of Paris M #2B2372

Color information

#2B2372 (or 0x2B2372) is unknown color: approx Paris M. HEX triplet: 2B, 23 and 72. RGB value is (43,35,114). Sum of RGB (Red+Green+Blue) = 43+35+114=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2372 is #D4DC8D. Grayscale: #2E2E2E. Windows color (decimal): -13950094 or 7480107. OLE color: 7480107.

HSL color Cylindrical-coordinate representation of color #2B2372: hue angle of 246.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B2372 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4335114-
CMYK0.620.6900.55
HSL246.08º53.02%29.22%-
HSV(B)246.08º69.3%44.71%-
XYZ4.632.9316.24-
YUV46.4166.15125.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=22.40%
G=18.23%
B=59.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43351140.620.6900.55246.0853.0229.22
Hex2B23723E45037f6351d
Octal5343162761050673666535
Binary1010111000111110010111110100010101101111111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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