#2D286D

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

Shades of Paris M #2D286D

Tints of Paris M #2D286D

Color information

#2D286D (or 0x2D286D) is unknown color: approx Paris M. HEX triplet: 2D, 28 and 6D. RGB value is (45,40,109). Sum of RGB (Red+Green+Blue) = 45+40+109=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D286D is #D2D792. Grayscale: #313131. Windows color (decimal): -13817747 or 7153709. OLE color: 7153709.

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

Color convert

RGB4540109-
CMYK0.590.6300.57
HSL244.35º46.31%29.22%-
HSV(B)244.35º63.3%42.75%-
XYZ4.63.1814.84-
YUV49.36161.66124.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=23.20%
G=20.62%
B=56.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45401090.590.6300.57244.3546.3129.22
Hex2D286D3B3F039f42e1d
Octal555015573770713645635
Binary101101101000110110111101111111101110011111010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,109); }

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

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

 a { background-color: rgb(45,40,109); }

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

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

 span { border-color: rgb(45,40,109); }

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