Html Css Color HEX #2E2274 Paris M

📋 copy color: '#2E2274'

red 46 ◦ green 34 ◦ blue 116

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

Shades of Paris M #2E2274

Tints of Paris M #2E2274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 23.47%
G = 17.35%
B = 59.18%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E2274 (or 0x2E2274) is known color: Paris M. HEX triplet: 2E, 22 and 74. RGB value is (46,34,116). Sum of RGB (Red+Green+Blue) = 46+34+116=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E2274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2274 is #D1DD8B. Grayscale: #2E2E2E. Windows color (decimal): -13753740 or 7610926. OLE color: 7610926.

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

Color convert

RGB 46 34 116 -
CMYK 0.60 0.71 0 0.55
HSL 248.78º 0.55% 0.29% -
HSV(B) 248.78º 0.71% 0.45% -
XYZ 4.85 2.99 16.84 -
YUV 46.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 46 34 116 0.60 0.71 0 0.55 248.78 0.55 0.29
Hex 2E 22 74 3C 47 0 37 F9 37 1D
Octal 56 42 164 74 107 0 67 371 67 35
Binary 101110 100010 1110100 111100 1000111 0 110111 11111001 110111 11101

Color Harmonies of #2E2274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2274

Black with #2E2274

Text Example


Text Example

White with #2E2274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,34,116); }

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

background-color css

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

 a { background-color: rgb(46,34,116); }

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

border-color css

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

 span { border-color: rgb(46,34,116); }

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