#241B5F

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

Shades of Paris M #241B5F

Tints of Paris M #241B5F

Color information

#241B5F (or 0x241B5F) is unknown color: approx Paris M. HEX triplet: 24, 1B and 5F. RGB value is (36,27,95). Sum of RGB (Red+Green+Blue) = 36+27+95=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #241B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B5F is #DBE4A0. Grayscale: #252525. Windows color (decimal): -14410913 or 6232868. OLE color: 6232868.

HSL color Cylindrical-coordinate representation of color #241B5F: hue angle of 247.94º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241B5F is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB362795-
CMYK0.620.7200.63
HSL247.94º55.74%23.92%-
HSV(B)247.94º71.58%37.25%-
XYZ3.191.9911.04-
YUV37.44160.48126.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=22.78%
G=17.09%
B=60.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3627950.620.7200.63247.9455.7423.92
Hex241B5F3E4803Ff83818
Octal4433137761100773707030
Binary100100110111011111111110100100001111111111100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,27,95); }

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

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

 a { background-color: rgb(36,27,95); }

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

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

 span { border-color: rgb(36,27,95); }

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