Html Css Color HEX #2E235B Paris M

📋 copy color: '#2E235B'

red 46 ◦ green 35 ◦ blue 91

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

Shades of Paris M #2E235B

Tints of Paris M #2E235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 26.74%
G = 20.35%
B = 52.91%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E235B (or 0x2E235B) is known color: Paris M. HEX triplet: 2E, 23 and 5B. RGB value is (46,35,91). Sum of RGB (Red+Green+Blue) = 46+35+91=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E235B is #D1DCA4. Grayscale: #2C2C2C. Windows color (decimal): -13753509 or 5972782. OLE color: 5972782.

HSL color Cylindrical-coordinate representation of color #2E235B: hue angle of 251.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E235B is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 35 91 -
CMYK 0.49 0.62 0 0.64
HSL 251.79º 0.44% 0.25% -
HSV(B) 251.79º 0.62% 0.36% -
XYZ 3.62 2.54 10.2 -
YUV 44.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 46 35 91 0.49 0.62 0 0.64 251.79 0.44 0.25
Hex 2E 23 5B 31 3E 0 40 FC 2C 19
Octal 56 43 133 61 76 0 100 374 54 31
Binary 101110 100011 1011011 110001 111110 0 1000000 11111100 101100 11001

Color Harmonies of #2E235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E235B

Black with #2E235B

Text Example


Text Example

White with #2E235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,35,91); }

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

background-color css

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

 a { background-color: rgb(46,35,91); }

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

border-color css

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

 span { border-color: rgb(46,35,91); }

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