#241E60

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

Shades of Paris M #241E60

Tints of Paris M #241E60

Color information

#241E60 (or 0x241E60) is unknown color: approx Paris M. HEX triplet: 24, 1E and 60. RGB value is (36,30,96). Sum of RGB (Red+Green+Blue) = 36+30+96=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #241E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E60 is #DBE19F. Grayscale: #272727. Windows color (decimal): -14410144 or 6299172. OLE color: 6299172.

HSL color Cylindrical-coordinate representation of color #241E60: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241E60 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB363096-
CMYK0.620.6900.62
HSL245.45º52.38%24.71%-
HSV(B)245.45º68.75%37.65%-
XYZ3.32.1511.31-
YUV39.32159.99125.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=22.22%
G=18.52%
B=59.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3630960.620.6900.62245.4552.3824.71
Hex241E603E4503Ef53419
Octal4436140761050763656431
Binary100100111101100000111110100010101111101111010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241E60; }

 p { color: rgb(36,30,96); }

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

<style>
 a { background-color: #241E60; }

 a { background-color: rgb(36,30,96); }

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

<style>
 span { border-color: #241E60; }

 span { border-color: rgb(36,30,96); }

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