#2B196B

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

Shades of Paris M #2B196B

Tints of Paris M #2B196B

Color information

#2B196B (or 0x2B196B) is unknown color: approx Paris M. HEX triplet: 2B, 19 and 6B. RGB value is (43,25,107). Sum of RGB (Red+Green+Blue) = 43+25+107=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B196B is #D4E694. Grayscale: #272727. Windows color (decimal): -13952661 or 7018795. OLE color: 7018795.

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

Color convert

RGB4325107-
CMYK0.600.7700.58
HSL253.17º62.12%25.88%-
HSV(B)253.17º76.64%41.96%-
XYZ42.2714.14-
YUV39.73165.96130.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=24.57%
G=14.29%
B=61.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43251070.600.7700.58253.1762.1225.88
Hex2B196B3C4D03Afd3e1a
Octal5331153741150723757632
Binary101011110011101011111100100110101110101111110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,107); }

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

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

 a { background-color: rgb(43,25,107); }

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

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

 span { border-color: rgb(43,25,107); }

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