#2D246E

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

Shades of Paris M #2D246E

Tints of Paris M #2D246E

Color information

#2D246E (or 0x2D246E) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 6E. RGB value is (45,36,110). Sum of RGB (Red+Green+Blue) = 45+36+110=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D246E is #D2DB91. Grayscale: #2E2E2E. Windows color (decimal): -13818770 or 7218221. OLE color: 7218221.

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

Color convert

RGB4536110-
CMYK0.590.6700.57
HSL247.3º50.68%28.63%-
HSV(B)247.3º67.27%43.14%-
XYZ4.532.9515.08-
YUV47.13163.48126.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=23.56%
G=18.85%
B=57.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45361100.590.6700.57247.350.6828.63
Hex2D246E3B43039f7331d
Octal5544156731030713676335
Binary1011011001001101110111011100001101110011111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,110); }

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

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

 a { background-color: rgb(45,36,110); }

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

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

 span { border-color: rgb(45,36,110); }

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