#2D2268

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

Shades of Paris M #2D2268

Tints of Paris M #2D2268

Color information

#2D2268 (or 0x2D2268) is unknown color: approx Paris M. HEX triplet: 2D, 22 and 68. RGB value is (45,34,104). Sum of RGB (Red+Green+Blue) = 45+34+104=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2268 is #D2DD97. Grayscale: #2D2D2D. Windows color (decimal): -13819288 or 6824493. OLE color: 6824493.

HSL color Cylindrical-coordinate representation of color #2D2268: hue angle of 249.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2268 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4534104-
CMYK0.570.6700.59
HSL249.43º50.72%27.06%-
HSV(B)249.43º67.31%40.78%-
XYZ4.152.713.4-
YUV45.27161.14127.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.59%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=24.59%
G=18.58%
B=56.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal45341040.570.6700.59249.4350.7227.06
Hex2D2268394303Bf9331b
Octal5542150711030733716333
Binary1011011000101101000111001100001101110111111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,34,104); }

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

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

 a { background-color: rgb(45,34,104); }

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

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

 span { border-color: rgb(45,34,104); }

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