#2B2961

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

Shades of Paris M #2B2961

Tints of Paris M #2B2961

Color information

#2B2961 (or 0x2B2961) is unknown color: approx Paris M. HEX triplet: 2B, 29 and 61. RGB value is (43,41,97). Sum of RGB (Red+Green+Blue) = 43+41+97=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B2961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2961 is #D4D69E. Grayscale: #2F2F2F. Windows color (decimal): -13948575 or 6367531. OLE color: 6367531.

HSL color Cylindrical-coordinate representation of color #2B2961: hue angle of 242.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B2961 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB434197-
CMYK0.560.5800.62
HSL242.14º40.58%27.06%-
HSV(B)242.14º57.73%38.04%-
XYZ3.952.9611.67-
YUV47.98155.66124.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=23.76%
G=22.65%
B=53.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4341970.560.5800.62242.1440.5827.06
Hex2B2961383A03Ef2291b
Octal535114170720763625133
Binary101011101001110000111100011101001111101111001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,97); }

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

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

 a { background-color: rgb(43,41,97); }

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

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

 span { border-color: rgb(43,41,97); }

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