Html Css Color HEX #2E2368 Paris M

📋 copy color: '#2E2368'

red 46 ◦ green 35 ◦ blue 104

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

Shades of Paris M #2E2368

Tints of Paris M #2E2368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 24.86%
G = 18.92%
B = 56.22%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E2368 (or 0x2E2368) is known color: Paris M. HEX triplet: 2E, 23 and 68. RGB value is (46,35,104). Sum of RGB (Red+Green+Blue) = 46+35+104=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E2368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2368 is #D1DC97. Grayscale: #2D2D2D. Windows color (decimal): -13753496 or 6824750. OLE color: 6824750.

HSL color Cylindrical-coordinate representation of color #2E2368: hue angle of 249.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2368 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 35 104 -
CMYK 0.56 0.66 0 0.59
HSL 249.57º 0.5% 0.27% -
HSV(B) 249.57º 0.66% 0.41% -
XYZ 4.23 2.78 13.41 -
YUV 46.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 46 35 104 0.56 0.66 0 0.59 249.57 0.5 0.27
Hex 2E 23 68 38 42 0 3B FA 32 1B
Octal 56 43 150 70 102 0 73 372 62 33
Binary 101110 100011 1101000 111000 1000010 0 111011 11111010 110010 11011

Color Harmonies of #2E2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2368

Black with #2E2368

Text Example


Text Example

White with #2E2368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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