#2D2270

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

Shades of Paris M #2D2270

Tints of Paris M #2D2270

Color information

#2D2270 (or 0x2D2270) is unknown color: approx Paris M. HEX triplet: 2D, 22 and 70. RGB value is (45,34,112). Sum of RGB (Red+Green+Blue) = 45+34+112=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2270 is #D2DD8F. Grayscale: #2D2D2D. Windows color (decimal): -13819280 or 7348781. OLE color: 7348781.

HSL color Cylindrical-coordinate representation of color #2D2270: hue angle of 248.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2270 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4534112-
CMYK0.600.7000.56
HSL248.46º53.42%28.63%-
HSV(B)248.46º69.64%43.92%-
XYZ4.582.8715.64-
YUV46.18165.14127.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=23.56%
G=17.80%
B=58.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45341120.600.7000.56248.4653.4228.63
Hex2D22703C46038f8351d
Octal5542160741060703706535
Binary1011011000101110000111100100011001110001111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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