#2B205F

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

Shades of Paris M #2B205F

Tints of Paris M #2B205F

Color information

#2B205F (or 0x2B205F) is unknown color: approx Paris M. HEX triplet: 2B, 20 and 5F. RGB value is (43,32,95). Sum of RGB (Red+Green+Blue) = 43+32+95=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B205F is #D4DFA0. Grayscale: #2A2A2A. Windows color (decimal): -13950881 or 6234155. OLE color: 6234155.

HSL color Cylindrical-coordinate representation of color #2B205F: hue angle of 250.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B205F is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB433295-
CMYK0.550.6600.63
HSL250.48º49.61%24.9%-
HSV(B)250.48º66.32%37.25%-
XYZ3.582.3711.1-
YUV42.47157.64128.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=25.29%
G=18.82%
B=55.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4332950.550.6600.63250.4849.6124.9
Hex2B205F374203Ffa3219
Octal5340137671020773726231
Binary1010111000001011111110111100001001111111111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,95); }

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

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

 a { background-color: rgb(43,32,95); }

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

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

 span { border-color: rgb(43,32,95); }

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