Html Css Color HEX #2E236B Paris M

📋 copy color: '#2E236B'

red 46 ◦ green 35 ◦ blue 107

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

Shades of Paris M #2E236B

Tints of Paris M #2E236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 24.47%
G = 18.62%
B = 56.91%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E236B (or 0x2E236B) is known color: Paris M. HEX triplet: 2E, 23 and 6B. RGB value is (46,35,107). Sum of RGB (Red+Green+Blue) = 46+35+107=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E236B is #D1DC94. Grayscale: #2E2E2E. Windows color (decimal): -13753493 or 7021358. OLE color: 7021358.

HSL color Cylindrical-coordinate representation of color #2E236B: hue angle of 249.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E236B is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 35 107 -
CMYK 0.57 0.67 0 0.58
HSL 249.17º 0.51% 0.28% -
HSV(B) 249.17º 0.67% 0.42% -
XYZ 4.38 2.84 14.23 -
YUV 46.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 46 35 107 0.57 0.67 0 0.58 249.17 0.51 0.28
Hex 2E 23 6B 39 43 0 3A F9 33 1C
Octal 56 43 153 71 103 0 72 371 63 34
Binary 101110 100011 1101011 111001 1000011 0 111010 11111001 110011 11100

Color Harmonies of #2E236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E236B

Black with #2E236B

Text Example


Text Example

White with #2E236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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