#2B1D6F

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

Shades of Paris M #2B1D6F

Tints of Paris M #2B1D6F

Color information

#2B1D6F (or 0x2B1D6F) is unknown color: approx Paris M. HEX triplet: 2B, 1D and 6F. RGB value is (43,29,111). Sum of RGB (Red+Green+Blue) = 43+29+111=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B1D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1D6F is #D4E290. Grayscale: #2A2A2A. Windows color (decimal): -13951633 or 7281963. OLE color: 7281963.

HSL color Cylindrical-coordinate representation of color #2B1D6F: hue angle of 250.24º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B1D6F is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4329111-
CMYK0.610.7400.56
HSL250.24º58.57%27.45%-
HSV(B)250.24º73.87%43.53%-
XYZ4.32.5415.3-
YUV42.53166.64128.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 111 (43.75% from 255) = 60.66%
R=23.50%
G=15.85%
B=60.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43291110.610.7400.56250.2458.5727.45
Hex2B1D6F3D4A038fa3b1b
Octal5335157751120703727333
Binary101011111011101111111101100101001110001111101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,111); }

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

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

 a { background-color: rgb(43,29,111); }

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

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

 span { border-color: rgb(43,29,111); }

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