Html Css Color HEX #2E2461 Paris M

📋 copy color: '#2E2461'

red 46 ◦ green 36 ◦ blue 97

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

Shades of Paris M #2E2461

Tints of Paris M #2E2461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.19%

R = 25.7%
G = 20.11%
B = 54.19%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2461 (or 0x2E2461) is known color: Paris M. HEX triplet: 2E, 24 and 61. RGB value is (46,36,97). Sum of RGB (Red+Green+Blue) = 46+36+97=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E2461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2461 is #D1DB9E. Grayscale: #2D2D2D. Windows color (decimal): -13753247 or 6366254. OLE color: 6366254.

HSL color Cylindrical-coordinate representation of color #2E2461: hue angle of 249.84º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2461 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 36 97 -
CMYK 0.53 0.63 0 0.62
HSL 249.84º 0.46% 0.26% -
HSV(B) 249.84º 0.63% 0.38% -
XYZ 3.92 2.71 11.63 -
YUV 45.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 46 36 97 0.53 0.63 0 0.62 249.84 0.46 0.26
Hex 2E 24 61 35 3F 0 3E FA 2E 1A
Octal 56 44 141 65 77 0 76 372 56 32
Binary 101110 100100 1100001 110101 111111 0 111110 11111010 101110 11010

Color Harmonies of #2E2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2461

Black with #2E2461

Text Example


Text Example

White with #2E2461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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