#2B2262

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

Shades of Paris M #2B2262

Tints of Paris M #2B2262

Color information

#2B2262 (or 0x2B2262) is unknown color: approx Paris M. HEX triplet: 2B, 22 and 62. RGB value is (43,34,98). Sum of RGB (Red+Green+Blue) = 43+34+98=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2262 is #D4DD9D. Grayscale: #2B2B2B. Windows color (decimal): -13950366 or 6431275. OLE color: 6431275.

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

Color convert

RGB433498-
CMYK0.560.6500.62
HSL248.44º48.48%25.88%-
HSV(B)248.44º65.31%38.43%-
XYZ3.772.5411.85-
YUV43.99158.48127.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 98 (38.67% from 255) = 56%
R=24.57%
G=19.43%
B=56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4334980.560.6500.62248.4448.4825.88
Hex2B2262384103Ef8301a
Octal5342142701010763706032
Binary1010111000101100010111000100000101111101111100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,98); }

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

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

 a { background-color: rgb(43,34,98); }

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

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

 span { border-color: rgb(43,34,98); }

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