Html Css Color HEX #2E265A Paris M

📋 copy color: '#2E265A'

red 46 ◦ green 38 ◦ blue 90

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

Shades of Paris M #2E265A

Tints of Paris M #2E265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 26.44%
G = 21.84%
B = 51.72%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E265A (or 0x2E265A) is known color: Paris M. HEX triplet: 2E, 26 and 5A. RGB value is (46,38,90). Sum of RGB (Red+Green+Blue) = 46+38+90=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E265A is #D1D9A5. Grayscale: #2E2E2E. Windows color (decimal): -13752742 or 5908014. OLE color: 5908014.

HSL color Cylindrical-coordinate representation of color #2E265A: hue angle of 249.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E265A is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 38 90 -
CMYK 0.49 0.58 0 0.65
HSL 249.23º 0.41% 0.25% -
HSV(B) 249.23º 0.58% 0.35% -
XYZ 3.67 2.71 10 -
YUV 46.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 46 38 90 0.49 0.58 0 0.65 249.23 0.41 0.25
Hex 2E 26 5A 31 3A 0 41 F9 29 19
Octal 56 46 132 61 72 0 101 371 51 31
Binary 101110 100110 1011010 110001 111010 0 1000001 11111001 101001 11001

Color Harmonies of #2E265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E265A

Black with #2E265A

Text Example


Text Example

White with #2E265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,90); }

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

background-color css

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

 a { background-color: rgb(46,38,90); }

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

border-color css

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

 span { border-color: rgb(46,38,90); }

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