#2B256C

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

Shades of Paris M #2B256C

Tints of Paris M #2B256C

Color information

#2B256C (or 0x2B256C) is unknown color: approx Paris M. HEX triplet: 2B, 25 and 6C. RGB value is (43,37,108). Sum of RGB (Red+Green+Blue) = 43+37+108=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B256C is #D4DA93. Grayscale: #2E2E2E. Windows color (decimal): -13949588 or 7087403. OLE color: 7087403.

HSL color Cylindrical-coordinate representation of color #2B256C: hue angle of 245.07º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B256C is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4337108-
CMYK0.600.6600.58
HSL245.07º48.97%28.43%-
HSV(B)245.07º65.74%42.35%-
XYZ4.362.9214.52-
YUV46.89162.49125.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=22.87%
G=19.68%
B=57.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43371080.600.6600.58245.0748.9728.43
Hex2B256C3C4203Af5311c
Octal5345154741020723656134
Binary1010111001011101100111100100001001110101111010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,108); }

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

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

 a { background-color: rgb(43,37,108); }

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

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

 span { border-color: rgb(43,37,108); }

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