#2D245A

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

Shades of Paris M #2D245A

Tints of Paris M #2D245A

Color information

#2D245A (or 0x2D245A) is unknown color: approx Paris M. HEX triplet: 2D, 24 and 5A. RGB value is (45,36,90). Sum of RGB (Red+Green+Blue) = 45+36+90=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D245A is #D2DBA5. Grayscale: #2C2C2C. Windows color (decimal): -13818790 or 5907501. OLE color: 5907501.

HSL color Cylindrical-coordinate representation of color #2D245A: hue angle of 250º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D245A is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB453690-
CMYK0.500.6000.65
HSL250º42.86%24.71%-
HSV(B)250º60%35.29%-
XYZ3.562.569.98-
YUV44.85153.48128.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.32%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=26.32%
G=21.05%
B=52.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4536900.500.6000.6525042.8624.71
Hex2D245A323C041fa2b19
Octal5544132627401013725331
Binary1011011001001011010110010111100010000011111101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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