#2B276D

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

Shades of Paris M #2B276D

Tints of Paris M #2B276D

Color information

#2B276D (or 0x2B276D) is unknown color: approx Paris M. HEX triplet: 2B, 27 and 6D. RGB value is (43,39,109). Sum of RGB (Red+Green+Blue) = 43+39+109=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B276D is #D4D892. Grayscale: #2F2F2F. Windows color (decimal): -13949075 or 7153451. OLE color: 7153451.

HSL color Cylindrical-coordinate representation of color #2B276D: hue angle of 243.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B276D is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4339109-
CMYK0.610.6400.57
HSL243.43º47.3%29.02%-
HSV(B)243.43º64.22%42.75%-
XYZ4.483.0714.82-
YUV48.18162.33124.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=22.51%
G=20.42%
B=57.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43391090.610.6400.57243.4347.329.02
Hex2B276D3D40039f32f1d
Octal5347155751000713635735
Binary1010111001111101101111101100000001110011111001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,109); }

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

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

 a { background-color: rgb(43,39,109); }

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

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

 span { border-color: rgb(43,39,109); }

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