Html Css Color HEX #2E245B Paris M

📋 copy color: '#2E245B'

red 46 ◦ green 36 ◦ blue 91

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

Shades of Paris M #2E245B

Tints of Paris M #2E245B

RGB

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

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

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

R = 26.59%
G = 20.81%
B = 52.6%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E245B (or 0x2E245B) is known color: Paris M. HEX triplet: 2E, 24 and 5B. RGB value is (46,36,91). Sum of RGB (Red+Green+Blue) = 46+36+91=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E245B is #D1DBA4. Grayscale: #2D2D2D. Windows color (decimal): -13753253 or 5973038. OLE color: 5973038.

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

Color convert

RGB 46 36 91 -
CMYK 0.49 0.60 0 0.64
HSL 250.91º 0.43% 0.25% -
HSV(B) 250.91º 0.6% 0.36% -
XYZ 3.65 2.6 10.21 -
YUV 45.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 46 36 91 0.49 0.60 0 0.64 250.91 0.43 0.25
Hex 2E 24 5B 31 3C 0 40 FB 2B 19
Octal 56 44 133 61 74 0 100 373 53 31
Binary 101110 100100 1011011 110001 111100 0 1000000 11111011 101011 11001

Color Harmonies of #2E245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E245B

Black with #2E245B

Text Example


Text Example

White with #2E245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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