#2B2669

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

Shades of Paris M #2B2669

Tints of Paris M #2B2669

Color information

#2B2669 (or 0x2B2669) is unknown color: approx Paris M. HEX triplet: 2B, 26 and 69. RGB value is (43,38,105). Sum of RGB (Red+Green+Blue) = 43+38+105=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2669 is #D4D996. Grayscale: #2E2E2E. Windows color (decimal): -13949335 or 6891051. OLE color: 6891051.

HSL color Cylindrical-coordinate representation of color #2B2669: hue angle of 244.48º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B2669 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4338105-
CMYK0.590.6400.59
HSL244.48º46.85%28.04%-
HSV(B)244.48º63.81%41.18%-
XYZ4.242.9213.7-
YUV47.13160.66125.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=23.12%
G=20.43%
B=56.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43381050.590.6400.59244.4846.8528.04
Hex2B26693B4003Bf42f1c
Octal5346151731000733645734
Binary1010111001101101001111011100000001110111111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,105); }

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

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

 a { background-color: rgb(43,38,105); }

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

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

 span { border-color: rgb(43,38,105); }

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