Html Css Color HEX #2E2465 Paris M

📋 copy color: '#2E2465'

red 46 ◦ green 36 ◦ blue 101

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

Shades of Paris M #2E2465

Tints of Paris M #2E2465

RGB

 RED value IS 46 (18.36% from 255) = 25.14%

 GREEN value IS 36 (14.45% from 255) = 19.67%

 BLUE value IS 101 (39.84% from 255) = 55.19%

R = 25.14%
G = 19.67%
B = 55.19%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E2465 (or 0x2E2465) is known color: Paris M. HEX triplet: 2E, 24 and 65. RGB value is (46,36,101). Sum of RGB (Red+Green+Blue) = 46+36+101=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2465 is #D1DB9A. Grayscale: #2E2E2E. Windows color (decimal): -13753243 or 6628398. OLE color: 6628398.

HSL color Cylindrical-coordinate representation of color #2E2465: hue angle of 249.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E2465 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 36 101 -
CMYK 0.54 0.64 0 0.60
HSL 249.23º 0.47% 0.27% -
HSV(B) 249.23º 0.64% 0.4% -
XYZ 4.11 2.78 12.63 -
YUV 46.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 46 36 101 0.54 0.64 0 0.60 249.23 0.47 0.27
Hex 2E 24 65 36 40 0 3C F9 2F 1B
Octal 56 44 145 66 100 0 74 371 57 33
Binary 101110 100100 1100101 110110 1000000 0 111100 11111001 101111 11011

Color Harmonies of #2E2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2465

Black with #2E2465

Text Example


Text Example

White with #2E2465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,101); }

 H1.HeaderClassName
 {
   color: #2E2465;
 }
 .AnyTagClassName
 {
   color: #2E2465;
 }
</style>

background-color css

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

 a { background-color: rgb(46,36,101); }

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

border-color css

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

 span { border-color: rgb(46,36,101); }

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