#2B256B

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

Shades of Paris M #2B256B

Tints of Paris M #2B256B

Color information

#2B256B (or 0x2B256B) is unknown color: approx Paris M. HEX triplet: 2B, 25 and 6B. RGB value is (43,37,107). Sum of RGB (Red+Green+Blue) = 43+37+107=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B256B is #D4DA94. Grayscale: #2E2E2E. Windows color (decimal): -13949589 or 7021867. OLE color: 7021867.

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

Color convert

RGB4337107-
CMYK0.600.6500.58
HSL245.14º48.61%28.24%-
HSV(B)245.14º65.42%41.96%-
XYZ4.312.914.24-
YUV46.77161.99125.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 107 (42.19% from 255) = 57.22%
R=22.99%
G=19.79%
B=57.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43371070.600.6500.58245.1448.6128.24
Hex2B256B3C4103Af5311c
Octal5345153741010723656134
Binary1010111001011101011111100100000101110101111010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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