Html Css Color HEX #2E2372 Paris M

📋 copy color: '#2E2372'

red 46 ◦ green 35 ◦ blue 114

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

Shades of Paris M #2E2372

Tints of Paris M #2E2372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 23.59%
G = 17.95%
B = 58.46%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E2372 (or 0x2E2372) is known color: Paris M. HEX triplet: 2E, 23 and 72. RGB value is (46,35,114). Sum of RGB (Red+Green+Blue) = 46+35+114=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2372 is #D1DC8D. Grayscale: #2E2E2E. Windows color (decimal): -13753486 or 7480110. OLE color: 7480110.

HSL color Cylindrical-coordinate representation of color #2E2372: hue angle of 248.35º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2372 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 35 114 -
CMYK 0.60 0.69 0 0.55
HSL 248.35º 0.53% 0.29% -
HSV(B) 248.35º 0.69% 0.45% -
XYZ 4.77 3 16.25 -
YUV 47.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 46 35 114 0.60 0.69 0 0.55 248.35 0.53 0.29
Hex 2E 23 72 3C 45 0 37 F8 35 1D
Octal 56 43 162 74 105 0 67 370 65 35
Binary 101110 100011 1110010 111100 1000101 0 110111 11111000 110101 11101

Color Harmonies of #2E2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2372

Black with #2E2372

Text Example


Text Example

White with #2E2372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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