Html Css Color HEX #241B64 Paris M

📋 copy color: '#241B64'

red 36 ◦ green 27 ◦ blue 100

#241B64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #241B64

Tints of Paris M #241B64

RGB

 RED value IS 36 (14.45% from 255) = 22.09%

 GREEN value IS 27 (10.94% from 255) = 16.56%

 BLUE value IS 100 (39.45% from 255) = 61.35%

R = 22.09%
G = 16.56%
B = 61.35%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#241B64 (or 0x241B64) is known color: Paris M. HEX triplet: 24, 1B and 64. RGB value is (36,27,100). Sum of RGB (Red+Green+Blue) = 36+27+100=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 100 (39.45% from 255 or 61.35% from 163); Max value from RGB is 100 - color contains mainly: blue. Hex color #241B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B64 is #DBE49B. Grayscale: #252525. Windows color (decimal): -14410908 or 6560548. OLE color: 6560548.

HSL color Cylindrical-coordinate representation of color #241B64: hue angle of 247.4º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241B64 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 27 100 -
CMYK 0.64 0.73 0 0.61
HSL 247.4º 0.57% 0.25% -
HSV(B) 247.4º 0.73% 0.39% -
XYZ 3.42 2.08 12.28 -
YUV 38.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 36 27 100 0.64 0.73 0 0.61 247.4 0.57 0.25
Hex 24 1B 64 40 49 0 3D F7 39 19
Octal 44 33 144 100 111 0 75 367 71 31
Binary 100100 11011 1100100 1000000 1001001 0 111101 11110111 111001 11001

Color Harmonies of #241B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B64

Black with #241B64

Text Example


Text Example

White with #241B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #241B64;
 }
 .AnyTagClassName
 {
   color: #241B64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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